rnd-20001105-1-src
[rocksndiamonds.git] / src / sdl.h
index 0b39620d1b1946c20a72454a74f2290676c76389..e706ee9d129c5ec3d65c308b000509089c411026 100644 (file)
--- a/src/sdl.h
+++ b/src/sdl.h
 #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"
 #endif
 
+
+/* system dependent definitions */
+
+#define PLATFORM_STRING                "SDL"
+#define FULLSCREEN_STATUS      FULLSCREEN_AVAILABLE
+
+
 /* SDL type definitions */
 
 typedef SDL_Surface           *Bitmap;