Mercurial > sdl-ios-xcode
comparison src/haptic/dummy/SDL_syshaptic.c @ 2508:f23cee9e16fc gsoc2008_force_feedback
Fixed some typos preventing SDL from compiling with the haptic dummy driver.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Wed, 09 Jul 2008 16:33:51 +0000 |
parents | 66c02abeef0e |
children | 3b54b3a97046 |
comparison
equal
deleted
inserted
replaced
2507:8ef1d0f4d0c1 | 2508:f23cee9e16fc |
---|---|
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 defined(SDL_HAPTIC_DUMMY) || defined(SDL_HAPTIC_DISABLED) | 24 #if defined(SDL_HAPTIC_DUMMY) || defined(SDL_HAPTIC_DISABLED) |
25 | 25 |
26 #include "SDL_haptic.h" | 26 #include "SDL_haptic.h" |
27 #include "../SDL_haptic_c.h" | 27 #include "../SDL_haptic_c.h" |
28 #include "../SDL_syshaptic.h" | 28 #include "../SDL_syshaptic.h" |
29 | 29 |