Fixed so the header is consistent with the source
This commit is contained in:
parent
f5c28b2406
commit
a468f9967b
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval,
|
||||||
*
|
*
|
||||||
* \warning It is not safe to remove a timer multiple times.
|
* \warning It is not safe to remove a timer multiple times.
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID t);
|
extern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID id);
|
||||||
|
|
||||||
|
|
||||||
/* Ends C function definitions when using C++ */
|
/* Ends C function definitions when using C++ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue