mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-05 11:19:39 -04:00
Fix type for GetFileModTime
This commit is contained in:
parent
7cbb1bef64
commit
3c61eed521
@ -613,7 +613,7 @@ namespace Raylib_cs
|
||||
|
||||
/// <summary>Get file modification time (last write time)</summary>
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern int GetFileModTime(sbyte* fileName);
|
||||
public static extern long GetFileModTime(sbyte* fileName);
|
||||
|
||||
|
||||
// Compression/Encoding functionality
|
||||
|
Loading…
x
Reference in New Issue
Block a user