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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/actor.h b/pacman-c++/actor.h
index 902951b..41ad232 100644
--- a/pacman-c++/actor.h
+++ b/pacman-c++/actor.h
@@ -42,6 +42,7 @@ public:
42 void eatingPacman(); 42 void eatingPacman();
43 void startEating(); 43 void startEating();
44 void stopEating(); 44 void stopEating();
45 bool canEat(Actor *other, const QList<Color::Color> &order);
45 46
46 unsigned int getRoundPoints(); 47 unsigned int getRoundPoints();
47 unsigned int getGamePoints(); 48 unsigned int getGamePoints();