summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortotycro <totycro@unknown-horizons.org>2011-04-06 15:33:38 +0200
committertotycro <totycro@unknown-horizons.org>2011-04-06 15:33:38 +0200
commit33058362d2b91082aa5b50be4ce79e9c371f9c29 (patch)
treeb9a087f22c647f0c70ae04557d2b0ddf6a9830c2
parentf61f861df5944f72969e994d30ac26dcd38665df (diff)
downloadfoop-33058362d2b91082aa5b50be4ce79e9c371f9c29.tar.gz
foop-33058362d2b91082aa5b50be4ce79e9c371f9c29.tar.bz2
foop-33058362d2b91082aa5b50be4ce79e9c371f9c29.zip
merge 4
-rw-r--r--pacman-c++/block.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/block.h b/pacman-c++/block.h
index 2354bc2..851f45c 100644
--- a/pacman-c++/block.h
+++ b/pacman-c++/block.h
@@ -21,6 +21,7 @@ public:
21 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() {}; 22 virtual ~Block() {};
23 23
24
24 void setNeighbours(unsigned int neighbours); 25 void setNeighbours(unsigned int neighbours);
25 26
26private: 27private: