Mercurial > sdl-ios-xcode
changeset 2638:db93456d4b26 gsoc2008_force_feedback
Forgot some headers.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Sun, 10 Aug 2008 19:47:02 +0000 |
parents | 2f826c229d77 |
children | 668fee3b268a |
files | src/joystick/darwin/SDL_sysjoystick.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/joystick/darwin/SDL_sysjoystick.c Sun Aug 10 19:45:38 2008 +0000 +++ b/src/joystick/darwin/SDL_sysjoystick.c Sun Aug 10 19:47:02 2008 +0000 @@ -48,6 +48,10 @@ #include <CoreFoundation/CoreFoundation.h> #include <Carbon/Carbon.h> /* for NewPtrClear, DisposePtr */ +/* For force feedback testing. */ +#include <ForceFeedback/ForceFeedback.h> +#include <ForceFeedback/ForceFeedbackConstants.h> + #include "SDL_joystick.h" #include "../SDL_sysjoystick.h" #include "../SDL_joystick_c.h"