X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fsdl.h;h=3c9ee80c679273eecdcc5311c948ab09ae3b9efa;hb=8eee8a56a5aae567522998ccddf929e38aed6872;hp=0b39620d1b1946c20a72454a74f2290676c76389;hpb=74b5b6c19587f93c45b72b1153154030dc99b50d;p=rocksndiamonds.git diff --git a/src/sdl.h b/src/sdl.h index 0b39620d..3c9ee80c 100644 --- a/src/sdl.h +++ b/src/sdl.h @@ -25,6 +25,13 @@ #include "mixer.h" #endif + +/* system dependent definitions */ + +#define PLATFORM_STRING "SDL" +#define FULLSCREEN_STATUS FULLSCREEN_AVAILABLE + + /* SDL type definitions */ typedef SDL_Surface *Bitmap;