diff options
Diffstat (limited to 'pacman-c++/point.h')
| -rw-r--r-- | pacman-c++/point.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pacman-c++/point.h b/pacman-c++/point.h index 033ca56..944764b 100644 --- a/pacman-c++/point.h +++ b/pacman-c++/point.h | |||
| @@ -12,6 +12,8 @@ public: | |||
| 12 | {}; | 12 | {}; |
| 13 | 13 | ||
| 14 | virtual bool enter(Actor *actor); | 14 | virtual bool enter(Actor *actor); |
| 15 | |||
| 16 | virtual void onDie(Actor *actor); | ||
| 15 | }; | 17 | }; |
| 16 | 18 | ||
| 17 | #endif // POINT_H | 19 | #endif // POINT_H |
