Date: Wed, 15 Aug 2007 01:08:38 +0200
From: Couriersud Subject: Some SDL1.3 patches fixed a compiler warning --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402604
This commit is contained in:
parent
8dd6b2373b
commit
bb3b316228
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ extern DECLSPEC int SDLCALL SDL_SetRelativeMouseMode(SDL_bool enabled);
|
|||
*
|
||||
* \sa SDL_SetRelativeMouseMode()
|
||||
*/
|
||||
extern DECLSPEC SDL_bool SDLCALL SDL_GetRelativeMouseMode();
|
||||
extern DECLSPEC SDL_bool SDLCALL SDL_GetRelativeMouseMode(void);
|
||||
|
||||
/**
|
||||
* \fn Uint8 SDL_GetMouseState(int *x, int *y)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue