mirror of
https://github.com/encounter/SDL.git
synced 2025-05-21 14:51:27 +00:00
unix: Fixed SDL_GetTicks64 function signature.
This commit is contained in:
parent
99c9727dc0
commit
affb183ea4
@ -105,7 +105,7 @@ SDL_TicksQuit(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
Uint64
|
Uint64
|
||||||
SDL_GetTicks(void)
|
SDL_GetTicks64(void)
|
||||||
{
|
{
|
||||||
struct timeval now;
|
struct timeval now;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user