2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-07-08 19:40:28 -04:00

Update Rlgl.cs to 3.5.0 and rename GetExtension to GetFileExtension

This commit is contained in:
2020-12-26 15:44:19 +00:00
parent 2e0b2d93eb
commit 75a4d9bf27
2 changed files with 38 additions and 25 deletions

View File

@ -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)]