Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Date: Wed, 15 Aug 2007 01:08:38 +0200
Browse files Browse the repository at this point in the history
From: Couriersud
Subject: Some SDL1.3 patches

fixed a compiler warning
  • Loading branch information
slouken committed Aug 15, 2007
1 parent b7053fa commit 1619646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_mouse.h
Expand Up @@ -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)
Expand Down

0 comments on commit 1619646

Please sign in to comment.