summaryrefslogtreecommitdiffstats
path: root/pacman-c++/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/block.h')
-rw-r--r--pacman-c++/block.h14
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
7class Block
8 : public PixmapItem {
9public:
10 Block(Actor::Type type);
11
12};
13
14#endif // BLOCK_H \ No newline at end of file