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

Fix type for GetFileModTime

This commit is contained in:
Rgebee 2023-06-04 17:46:03 +01:00
commit 3c61eed521

View file

@ -613,7 +613,7 @@ namespace Raylib_cs
/// <summary>Get file modification time (last write time)</summary> /// <summary>Get file modification time (last write time)</summary>
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern int GetFileModTime(sbyte* fileName); public static extern long GetFileModTime(sbyte* fileName);
// Compression/Encoding functionality // Compression/Encoding functionality