summaryrefslogtreecommitdiffstats
path: root/pacman-c++/block.h
diff options
context:
space:
mode:
authortotycro <totycro@unknown-horizons.org>2011-04-06 15:25:58 +0200
committertotycro <totycro@unknown-horizons.org>2011-04-06 15:25:58 +0200
commit5035ea3e5616578fc406998e7850c55e5f4d13a6 (patch)
tree9c0e3a80677bc36b9de2aaec1607f0e8d1e0273e /pacman-c++/block.h
parentcbc0da21f393dc7bf2a11beaf1314c9dcaeb0999 (diff)
downloadfoop-5035ea3e5616578fc406998e7850c55e5f4d13a6.tar.gz
foop-5035ea3e5616578fc406998e7850c55e5f4d13a6.tar.bz2
foop-5035ea3e5616578fc406998e7850c55e5f4d13a6.zip
merge
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: