Fix type for GetFileModTime
This commit is contained in:
parent
7cbb1bef64
commit
3c61eed521
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue