diff options
Diffstat (limited to 'board.h')
| -rw-r--r-- | board.h | 16 |
1 files changed, 0 insertions, 16 deletions
| diff --git a/board.h b/board.h deleted file mode 100644 index fdeefc9..0000000 --- a/board.h +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | #ifndef BOARD_H | ||
| 2 | #define BOARD_H | ||
| 3 | |||
| 4 | class Board | ||
| 5 | { | ||
| 6 | private: | ||
| 7 | bool blocks[WIDTH][HEIGHT]; | ||
| 8 | |||
| 9 | public: | ||
| 10 | Board(); | ||
| 11 | Board(Level level); | ||
| 12 | bool isObstructed(int x, int y); | ||
| 13 | void render(SDL_Surface* screen, Level level); | ||
| 14 | }; | ||
| 15 | |||
| 16 | #endif | ||
