Mercurial > sdl-ios-xcode
diff include/SDL_mouse.h @ 2242:313112f9ac5c
Date: Wed, 15 Aug 2007 01:08:38 +0200
From: Couriersud
Subject: Some SDL1.3 patches
fixed a compiler warning
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 15 Aug 2007 03:20:55 +0000 |
parents | c121d94672cb |
children | 545fbf461c5b |
line wrap: on
line diff
--- a/include/SDL_mouse.h Wed Aug 15 03:19:21 2007 +0000 +++ b/include/SDL_mouse.h Wed Aug 15 03:20:55 2007 +0000 @@ -101,7 +101,7 @@ * * \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)