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 d1875f1..ae04687 100644
--- a/pacman-c++/actor.h
+++ b/pacman-c++/actor.h
@@ -35,6 +35,7 @@ public:
35 bool isMoving(); 35 bool isMoving();
36 void die(); 36 void die();
37 void eatingCherry(); 37 void eatingCherry();
38 AudioPlayer *wakaPlayer();
38 39
39 unsigned int getRoundPoints(); 40 unsigned int getRoundPoints();
40 unsigned int getGamePoints(); 41 unsigned int getGamePoints();
@@ -50,7 +51,7 @@ private:
50 Movement m_direction; 51 Movement m_direction;
51 PixmapItem m_icon; 52 PixmapItem m_icon;
52 bool m_local; 53 bool m_local;
53 AudioPlayer *m_player; 54 AudioPlayer *m_wakaPlayer;
54 55
55 unsigned int m_roundPoints; 56 unsigned int m_roundPoints;
56 unsigned int m_gamePoints; 57 unsigned int m_gamePoints;