diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-04 14:01:49 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-04 14:01:49 +0200 |
| commit | de2f8fbd228910b608e8dea5dc7c16d9f99495f8 (patch) | |
| tree | 7d20686c7652d5c1506e6d69cd1fd0b45eee8c66 /pacman-c++/block.h | |
| parent | 03c82aa4ebb40b7c6ba5a304df6ff11b85afe80d (diff) | |
| download | foop-de2f8fbd228910b608e8dea5dc7c16d9f99495f8.tar.gz foop-de2f8fbd228910b608e8dea5dc7c16d9f99495f8.tar.bz2 foop-de2f8fbd228910b608e8dea5dc7c16d9f99495f8.zip | |
Added block
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 | ||
