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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pacman-c++/block.h b/pacman-c++/block.h
index 29ddd23..2354bc2 100644
--- a/pacman-c++/block.h
+++ b/pacman-c++/block.h
@@ -17,7 +17,10 @@ public:
17 Down = (1 << 3) 17 Down = (1 << 3)
18 }; 18 };
19 19
20public:
20 Block(Color::Color color, unsigned int neighbours = None, QGraphicsItem *parent = 0); 21 Block(Color::Color color, unsigned int neighbours = None, QGraphicsItem *parent = 0);
22 virtual ~Block() {};
23
21 void setNeighbours(unsigned int neighbours); 24 void setNeighbours(unsigned int neighbours);
22 25
23private: 26private: