diff options
Diffstat (limited to 'pacman-c++/bonuspoint.h')
| -rw-r--r-- | pacman-c++/bonuspoint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/bonuspoint.h b/pacman-c++/bonuspoint.h index dcf561e..222e046 100644 --- a/pacman-c++/bonuspoint.h +++ b/pacman-c++/bonuspoint.h | |||
| @@ -12,6 +12,7 @@ public: | |||
| 12 | {}; | 12 | {}; |
| 13 | 13 | ||
| 14 | virtual bool enter(Actor *actor); | 14 | virtual bool enter(Actor *actor); |
| 15 | virtual void onDie(Actor *actor); | ||
| 15 | }; | 16 | }; |
| 16 | 17 | ||
| 17 | #endif // BONUSPOINT_H | 18 | #endif // BONUSPOINT_H |
