rnd-20060216-1-src
[rocksndiamonds.git] / src / libgame / system.h
index 3fd6798d3ff8a24f9d1aa52ac2631ea2a9415da9..8c575f12f586fef31a1de7af300a85f40de8b122 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