diff options
Diffstat (limited to 'pacman-c++/block.h')
| -rw-r--r-- | pacman-c++/block.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pacman-c++/block.h b/pacman-c++/block.h index 2e47646..abfbc5a 100644 --- a/pacman-c++/block.h +++ b/pacman-c++/block.h | |||
| @@ -31,7 +31,8 @@ public: | |||
| 31 | unsigned int neighbours(); | 31 | unsigned int neighbours(); |
| 32 | void setNeighbours(unsigned int neighbours); | 32 | void setNeighbours(unsigned int neighbours); |
| 33 | virtual bool checkEnter(Actor *actor); | 33 | virtual bool checkEnter(Actor *actor); |
| 34 | virtual bool enter(Actor *actor); | 34 | virtual EnteredState enter(Actor *actor); |
| 35 | virtual void onDie(Actor *); | ||
| 35 | 36 | ||
| 36 | private: | 37 | private: |
| 37 | // map for saving QPixmaps for reuse | 38 | // map for saving QPixmaps for reuse |
