X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=a0108a28e1f915633e36d37d6b2cdc4b60339cbf;hb=49c6dea89a293093a952b991594980b469dd835a;hp=3fd6798d3ff8a24f9d1aa52ac2631ea2a9415da9;hpb=c5d03f36989babf47697957101ecebe9b7b9cbe8;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 3fd6798d..a0108a28 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -213,6 +213,10 @@ #define CURSOR_PLAYFIELD 1 +/* maximum playfield size supported by libgame functions */ +#define MAX_PLAYFIELD_WIDTH 128 +#define MAX_PLAYFIELD_HEIGHT 128 + /* maximum number of parallel players supported by libgame functions */ #define MAX_PLAYERS 4 @@ -680,6 +684,7 @@ struct SetupInfo boolean time_limit; boolean fullscreen; boolean ask_on_escape; + boolean quick_switch; char *graphics_set; char *sounds_set;