mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
Fix type for GetFileModTime
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user