diff options
Diffstat (limited to 'pacman-c++/block.h')
| -rw-r--r-- | pacman-c++/block.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pacman-c++/block.h b/pacman-c++/block.h index 9e49a7d..db104e3 100644 --- a/pacman-c++/block.h +++ b/pacman-c++/block.h | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | #ifndef BLOCK_H | 1 | #ifndef BLOCK_H |
| 2 | #define BLOCK_H | 2 | #define BLOCK_H |
| 3 | 3 | ||
| 4 | #include "pixmapitem.h" | 4 | #include "gameentity.h" |
| 5 | #include "constants.h" | 5 | #include "constants.h" |
| 6 | #include <QMap> | 6 | #include <QMap> |
| 7 | 7 | ||
| 8 | class Block | 8 | class Block |
| 9 | : public PixmapItem | 9 | : public GameEntity |
| 10 | { | 10 | { |
| 11 | public: | 11 | public: |
| 12 | enum Neighbour | 12 | enum Neighbour |
