rnd-20000815-2-src
[rocksndiamonds.git] / src / sdl.h
index 0b39620d1b1946c20a72454a74f2290676c76389..3c9ee80c679273eecdcc5311c948ab09ae3b9efa 100644 (file)
--- a/src/sdl.h
+++ b/src/sdl.h
 #include "mixer.h"
 #endif
 
+
+/* system dependent definitions */
+
+#define PLATFORM_STRING                "SDL"
+#define FULLSCREEN_STATUS      FULLSCREEN_AVAILABLE
+
+
 /* SDL type definitions */
 
 typedef SDL_Surface           *Bitmap;