From ea2880702a7df079f5e8eee0280584f186c2de73 Mon Sep 17 00:00:00 2001 From: totycro Date: Mon, 11 Apr 2011 13:03:40 +0200 Subject: Added code to play the cherry sound, but doesn't work here --- pacman-c++/point.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pacman-c++/point.h') 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: {}; virtual bool enter(Actor *actor); + + virtual void onDie(Actor *actor); }; #endif // POINT_H -- cgit v1.2.3