]> Shamusworld >> Repos - warehouse-man-deluxe/blobdiff - src/boards.h
Added MOAR boards.
[warehouse-man-deluxe] / src / boards.h
index 6264de475e5af2455bfc8877ef60ccbce51645ef..e14b564e950d92b478f048747615e55128a1d94d 100644 (file)
@@ -9,12 +9,10 @@
 struct Board {
        unsigned int width;             // Width of the board
        unsigned int height;    // Height of the board
-//     unsigned int x;                 // Initial X position of player
-//     unsigned int y;                 // Initial Y position of player
        unsigned char state[];  // Board data
 };
 
-#define NUMBER_OF_BOARDS       12
+#define NUMBER_OF_BOARDS       42
 extern const void * boards[];
 
 #endif // __BOARDS_H__