summaryrefslogtreecommitdiffstats
path: root/pacman-c++/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/actor.h')
-rw-r--r--pacman-c++/actor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pacman-c++/actor.h b/pacman-c++/actor.h
index 6b6f743..794f00b 100644
--- a/pacman-c++/actor.h
+++ b/pacman-c++/actor.h
@@ -34,7 +34,8 @@ public:
34 bool isMoving(); 34 bool isMoving();
35 void die(); 35 void die();
36 void eatingCherry(); 36 void eatingCherry();
37 AudioPlayer *wakaPlayer(); 37 void startEating();
38 void stopEating();
38 39
39 unsigned int getRoundPoints(); 40 unsigned int getRoundPoints();
40 unsigned int getGamePoints(); 41 unsigned int getGamePoints();