diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-06 15:25:58 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-06 15:25:58 +0200 |
| commit | 5035ea3e5616578fc406998e7850c55e5f4d13a6 (patch) | |
| tree | 9c0e3a80677bc36b9de2aaec1607f0e8d1e0273e /pacman-c++/block.h | |
| parent | cbc0da21f393dc7bf2a11beaf1314c9dcaeb0999 (diff) | |
| download | foop-5035ea3e5616578fc406998e7850c55e5f4d13a6.tar.gz foop-5035ea3e5616578fc406998e7850c55e5f4d13a6.tar.bz2 foop-5035ea3e5616578fc406998e7850c55e5f4d13a6.zip | |
merge
Diffstat (limited to 'pacman-c++/block.h')
| -rw-r--r-- | pacman-c++/block.h | 3 |
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 | ||
| 20 | public: | ||
| 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 | ||
| 23 | private: | 26 | private: |
