X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fsdl.h;h=e706ee9d129c5ec3d65c308b000509089c411026;hb=d5b2ac0f473b0868014826e2c6488c72c79008f1;hp=3c9ee80c679273eecdcc5311c948ab09ae3b9efa;hpb=bb2ddcf13df18d69e4472d4697da173981970e9d;p=rocksndiamonds.git diff --git a/src/sdl.h b/src/sdl.h index 3c9ee80c..e706ee9d 100644 --- a/src/sdl.h +++ b/src/sdl.h @@ -20,6 +20,7 @@ #if SDL_MAJOR_VERSION >= 1 && SDL_MINOR_VERSION >= 1 #include "SDL_image.h" #include "SDL_mixer.h" +#define USE_SDL_JOYSTICK #else #include "IMG.h" #include "mixer.h"