summaryrefslogtreecommitdiffstats
path: root/pacman-c++/point.h
diff options
context:
space:
mode:
authortotycro <totycro@unknown-horizons.org>2011-04-11 13:03:40 +0200
committertotycro <totycro@unknown-horizons.org>2011-04-11 13:03:40 +0200
commitea2880702a7df079f5e8eee0280584f186c2de73 (patch)
treea509f39d1ad479d44a0babb7ebfd962e8bfe6352 /pacman-c++/point.h
parent46cba78d4017cad17550a1169c7deb7120710c2a (diff)
downloadfoop-ea2880702a7df079f5e8eee0280584f186c2de73.tar.gz
foop-ea2880702a7df079f5e8eee0280584f186c2de73.tar.bz2
foop-ea2880702a7df079f5e8eee0280584f186c2de73.zip
Added code to play the cherry sound, but doesn't work here
Diffstat (limited to 'pacman-c++/point.h')
-rw-r--r--pacman-c++/point.h2
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