mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
Update Rlgl.cs to 3.5.0 and rename GetExtension to GetFileExtension
This commit is contained in:
@@ -1197,7 +1197,7 @@ namespace Raylib_cs
|
||||
|
||||
// Get pointer to extension for a filename string
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern string GetExtension(string fileName);
|
||||
public static extern string GetFileExtension(string fileName);
|
||||
|
||||
// Get pointer to filename for a path string
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
|
Reference in New Issue
Block a user