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:
Sam Lantinga 2007-08-15 03:20:55 +00:00
parent 8dd6b2373b
commit bb3b316228

View file

@ -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)