diff src/joystick/SDL_joystick_c.h @ 4746:0c39b36dd104

Merge
author dewyatt
date Tue, 06 Jul 2010 02:07:42 -0400
parents 791b3256fb22
children b530ef003506
line wrap: on
line diff
--- a/src/joystick/SDL_joystick_c.h	Tue Jul 06 02:06:17 2010 -0400
+++ b/src/joystick/SDL_joystick_c.h	Tue Jul 06 02:07:42 2010 -0400
@@ -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);