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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pacman-c++/block.h b/pacman-c++/block.h
index 6d97a9a..2e47646 100644
--- a/pacman-c++/block.h
+++ b/pacman-c++/block.h
@@ -18,6 +18,11 @@ public:
18 Down = (1 << 3) 18 Down = (1 << 3)
19 }; 19 };
20 20
21 enum
22 {
23 Type = UserType + Transmission::block
24 };
25
21public: 26public:
22 Block(Color::Color color, unsigned int neighbours = None, QGraphicsItem *parent = 0); 27 Block(Color::Color color, unsigned int neighbours = None, QGraphicsItem *parent = 0);
23 virtual ~Block() 28 virtual ~Block()