Mostly cleaned up warnings with -Wmissing-prototypes
This commit is contained in:
parent
b46edfbdc6
commit
95fbd50b15
23 changed files with 88 additions and 39 deletions
|
@ -27,6 +27,10 @@
|
|||
/* The number of available joysticks on the system */
|
||||
extern Uint8 SDL_numjoysticks;
|
||||
|
||||
/* Initialization and shutdown functions */
|
||||
extern int SDL_JoystickInit(void);
|
||||
extern void SDL_JoystickQuit(void);
|
||||
|
||||
/* Internal event queueing functions */
|
||||
extern int SDL_PrivateJoystickAxis(SDL_Joystick * joystick,
|
||||
Uint8 axis, Sint16 value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue