Mercurial > sdl-ios-xcode
comparison src/haptic/linux/SDL_syshaptic.c @ 2491:10bc7aaf5114 gsoc2008_force_feedback
Commented SDL_syshaptic.h.
Removed SDL_haptic_c.h (no private functions).
Fixed bug with SDL_HapticFromJoystick().
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Wed, 02 Jul 2008 10:26:35 +0000 |
parents | be9b206d44af |
children | 6a2482d4af81 |
comparison
equal
deleted
inserted
replaced
2490:be9b206d44af | 2491:10bc7aaf5114 |
---|---|
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 #ifdef SDL_JOYSTICK_LINUX | 24 #ifdef SDL_JOYSTICK_LINUX |
25 | 25 |
26 #include "SDL_haptic.h" | 26 #include "SDL_haptic.h" |
27 #include "../SDL_haptic_c.h" | |
28 #include "../SDL_syshaptic.h" | 27 #include "../SDL_syshaptic.h" |
29 #include "SDL_joystick.h" | 28 #include "SDL_joystick.h" |
30 #include "../../joystick/SDL_sysjoystick.h" /* For the real SDL_Joystick */ | 29 #include "../../joystick/SDL_sysjoystick.h" /* For the real SDL_Joystick */ |
31 #include "../../joystick/linux/SDL_sysjoystick_c.h" /* For joystick hwdata */ | 30 #include "../../joystick/linux/SDL_sysjoystick_c.h" /* For joystick hwdata */ |
32 | 31 |