Watch
2
0
Fork
You've already forked raylib-cs
0

Update Rlgl.cs to 3.5.0 and rename GetExtension to GetFileExtension

This commit is contained in:
Rgebee 2020-12-26 15:44:19 +00:00
commit 75a4d9bf27
2 changed files with 36 additions and 23 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)]