Update Rlgl.cs to 3.5.0 and rename GetExtension to GetFileExtension
This commit is contained in:
parent
2e0b2d93eb
commit
75a4d9bf27
2 changed files with 36 additions and 23 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue