diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-06 15:33:38 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-06 15:33:38 +0200 |
| commit | 33058362d2b91082aa5b50be4ce79e9c371f9c29 (patch) | |
| tree | b9a087f22c647f0c70ae04557d2b0ddf6a9830c2 | |
| parent | f61f861df5944f72969e994d30ac26dcd38665df (diff) | |
| download | foop-33058362d2b91082aa5b50be4ce79e9c371f9c29.tar.gz foop-33058362d2b91082aa5b50be4ce79e9c371f9c29.tar.bz2 foop-33058362d2b91082aa5b50be4ce79e9c371f9c29.zip | |
merge 4
| -rw-r--r-- | pacman-c++/block.h | 1 |
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 | ||
| 26 | private: | 27 | private: |
