diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-11 12:09:04 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-11 12:09:04 +0200 |
| commit | 98f4a31e1a359a69dbcc0fa4055f36cefb6d4e02 (patch) | |
| tree | ddd164d3339a067116f02f88314e2f57457bb1df /pacman-c++/bonuspoint.h | |
| parent | 30c36b7549f8ae411f8eca4de144627331895a24 (diff) | |
| download | foop-98f4a31e1a359a69dbcc0fa4055f36cefb6d4e02.tar.gz foop-98f4a31e1a359a69dbcc0fa4055f36cefb6d4e02.tar.bz2 foop-98f4a31e1a359a69dbcc0fa4055f36cefb6d4e02.zip | |
Added basic game logic
Diffstat (limited to 'pacman-c++/bonuspoint.h')
| -rw-r--r-- | pacman-c++/bonuspoint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pacman-c++/bonuspoint.h b/pacman-c++/bonuspoint.h index d204f72..2c5f7ea 100644 --- a/pacman-c++/bonuspoint.h +++ b/pacman-c++/bonuspoint.h | |||
| @@ -10,6 +10,8 @@ public: | |||
| 10 | BonusPoint(QGraphicsItem *parent=0); | 10 | BonusPoint(QGraphicsItem *parent=0); |
| 11 | virtual ~BonusPoint() | 11 | virtual ~BonusPoint() |
| 12 | {}; | 12 | {}; |
| 13 | |||
| 14 | virtual void enter(Actor *actor); | ||
| 13 | }; | 15 | }; |
| 14 | 16 | ||
| 15 | #endif // BONUSPOINT_H | 17 | #endif // BONUSPOINT_H |
