comparison src/haptic/linux/SDL_syshaptic.c @ 2493:6a2482d4af81 gsoc2008_force_feedback

Fixed regex replace mistake.
author Edgar Simo <bobbens@gmail.com>
date Thu, 03 Jul 2008 08:48:05 +0000
parents 10bc7aaf5114
children 66c02abeef0e
comparison
equal deleted inserted replaced
2492:31444718601e 2493:6a2482d4af81
19 Sam Lantinga 19 Sam Lantinga
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #ifdef SDL_JOYSTICK_LINUX 24 #ifdef SDL_HAPTIC_LINUX
25 25
26 #include "SDL_haptic.h" 26 #include "SDL_haptic.h"
27 #include "../SDL_syshaptic.h" 27 #include "../SDL_syshaptic.h"
28 #include "SDL_joystick.h" 28 #include "SDL_joystick.h"
29 #include "../../joystick/SDL_sysjoystick.h" /* For the real SDL_Joystick */ 29 #include "../../joystick/SDL_sysjoystick.h" /* For the real SDL_Joystick */