X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fjoystick.h;h=735f75c8f932683afbf3f28ff4c4de3a000d7591;hb=ff56a43aa3799aa3357f4deca4d6482fc25a6a41;hp=0bbb22bff4460a9136e7c37fd548259f9f87ba85;hpb=d5b2ac0f473b0868014826e2c6488c72c79008f1;p=rocksndiamonds.git diff --git a/src/joystick.h b/src/joystick.h index 0bbb22bf..735f75c8 100644 --- a/src/joystick.h +++ b/src/joystick.h @@ -36,7 +36,7 @@ /* get these values from the program 'js' from the joystick package, */ /* set JOYSTICK_PERCENT to a threshold appropriate for your joystick */ -#ifdef USE_SDL_LIBRARY +#ifdef TARGET_SDL #define JOYSTICK_XLEFT -32767 #define JOYSTICK_XMIDDLE 0 #define JOYSTICK_XRIGHT 32767 @@ -74,7 +74,7 @@ #endif -#ifdef USE_SDL_JOYSTICK +#if defined(TARGET_SDL) SDL_Joystick *Get_SDL_Joystick(int); boolean Open_SDL_Joystick(int); void Close_SDL_Joystick(int); @@ -89,4 +89,4 @@ int JoystickButton(int); int AnyJoystick(void); int AnyJoystickButton(void); -#endif +#endif /* JOYSTICK_H */