]> Shamusworld >> Repos - warehouse-man-deluxe/blobdiff - src/boards.h
Added board titles.
[warehouse-man-deluxe] / src / boards.h
index fde5fccee6cc927f7ac2c7fb324b784bdd391a2f..f2a8a2f7b195bffeff1b47049cd7b6e145b396bf 100644 (file)
@@ -9,8 +9,6 @@
 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
 };