comparison src/haptic/SDL_haptic.c @ 4472:791b3256fb22

Mostly cleaned up warnings with -Wmissing-prototypes
author Sam Lantinga <slouken@libsdl.org>
date Sat, 26 Jun 2010 08:56:48 -0700
parents aa8de4b80772
children
comparison
equal deleted inserted replaced
4471:11cedc036ca1 4472:791b3256fb22
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #include "SDL_syshaptic.h" 24 #include "SDL_syshaptic.h"
25 #include "SDL_haptic_c.h"
25 #include "../joystick/SDL_joystick_c.h" /* For SDL_PrivateJoystickValid */ 26 #include "../joystick/SDL_joystick_c.h" /* For SDL_PrivateJoystickValid */
26 27
27 28
28 Uint8 SDL_numhaptics = 0; 29 Uint8 SDL_numhaptics = 0;
29 SDL_Haptic **SDL_haptics = NULL; 30 SDL_Haptic **SDL_haptics = NULL;