mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
unix: Fixed SDL_GetTicks64 function signature.
This commit is contained in:
parent
99c9727dc0
commit
affb183ea4
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ SDL_TicksQuit(void)
|
|||
}
|
||||
|
||||
Uint64
|
||||
SDL_GetTicks(void)
|
||||
SDL_GetTicks64(void)
|
||||
{
|
||||
struct timeval now;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue