diff options
Diffstat (limited to 'pacman-c++/block.h')
| -rw-r--r-- | pacman-c++/block.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pacman-c++/block.h b/pacman-c++/block.h index 17f1813..b5a4bf3 100644 --- a/pacman-c++/block.h +++ b/pacman-c++/block.h | |||
| @@ -24,6 +24,8 @@ public: | |||
| 24 | 24 | ||
| 25 | void setNeighbours(unsigned int neighbours); | 25 | void setNeighbours(unsigned int neighbours); |
| 26 | 26 | ||
| 27 | virtual bool checkEnter(Actor *actor) { Q_UNUSED(actor); return false; } // TODO: colored blocks | ||
| 28 | |||
| 27 | private: | 29 | private: |
| 28 | // map for saving QPixmaps for reuse | 30 | // map for saving QPixmaps for reuse |
| 29 | static QMap<Color::Color, QPixmap> m_pixmaps; | 31 | static QMap<Color::Color, QPixmap> m_pixmaps; |
