comparison src/haptic/darwin/SDL_syshaptic.c @ 2633:6b0d1f494c10 gsoc2008_force_feedback

Fixed typo.
author Edgar Simo <bobbens@gmail.com>
date Wed, 06 Aug 2008 11:10:44 +0000
parents 9e7f58b1b255
children 2f826c229d77
comparison
equal deleted inserted replaced
2632:9e7f58b1b255 2633:6b0d1f494c10
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 */
30 #include "../../joystick/dawrin/SDL_sysjoystick_c.h" /* For joystick hwdata */ 30 #include "../../joystick/darwin/SDL_sysjoystick_c.h" /* For joystick hwdata */
31 31
32 #include <IOKit/IOKitLib.h> 32 #include <IOKit/IOKitLib.h>
33 #include <IOKit/hid/IOHIDKeys.h> 33 #include <IOKit/hid/IOHIDKeys.h>
34 #include <ForceFeedback/ForceFeedback.h> 34 #include <ForceFeedback/ForceFeedback.h>
35 #include <ForceFeedback/ForceFeedbackConstants.h> 35 #include <ForceFeedback/ForceFeedbackConstants.h>