diff options
Diffstat (limited to 'pacman-c++/block.h')
| -rw-r--r-- | pacman-c++/block.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pacman-c++/block.h b/pacman-c++/block.h new file mode 100644 index 0000000..17f5903 --- /dev/null +++ b/pacman-c++/block.h | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | #ifndef BLOCK_H | ||
| 2 | #define BLOCK_H | ||
| 3 | |||
| 4 | #include "pixmapitem.h" | ||
| 5 | #include "actor.h" | ||
| 6 | |||
| 7 | class Block | ||
| 8 | : public PixmapItem { | ||
| 9 | public: | ||
| 10 | Block(Actor::Type type); | ||
| 11 | |||
| 12 | }; | ||
| 13 | |||
| 14 | #endif // BLOCK_H \ No newline at end of file | ||
