mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 15:58:04 -05:00
Added missing void
This commit is contained in:
parent
29bef52fea
commit
2429aeeee4
|
|
@ -133,10 +133,10 @@ typedef struct SDL_version
|
|||
extern DECLSPEC void SDLCALL SDL_GetVersion(SDL_version * ver);
|
||||
|
||||
/**
|
||||
* \fn int SDL_GetRevision()
|
||||
* \fn int SDL_GetRevision(void)
|
||||
* \brief Get the code revision of SDL that is linked against your program.
|
||||
*/
|
||||
extern DECLSPEC int SDLCALL SDL_GetRevision();
|
||||
extern DECLSPEC int SDLCALL SDL_GetRevision(void);
|
||||
|
||||
/* Ends C function definitions when using C++ */
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user