mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-03 18:37:40 +00:00
Updated SDL_TimerID to use the same type as other IDs in SDL
This commit is contained in:
parent
bc3a71d400
commit
d6a41f8f31
3 changed files with 8 additions and 12 deletions
|
@ -137,7 +137,7 @@ typedef Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval, void *param);
|
|||
/**
|
||||
* Definition of the timer ID type.
|
||||
*/
|
||||
typedef int SDL_TimerID;
|
||||
typedef Uint32 SDL_TimerID;
|
||||
|
||||
/**
|
||||
* Call a callback function at a future time.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue