rnd-20060219-1-src
[rocksndiamonds.git] / src / libgame / system.h
index 3fd6798d3ff8a24f9d1aa52ac2631ea2a9415da9..a0108a28e1f915633e36d37d6b2cdc4b60339cbf 100644 (file)
 #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;