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 41ad232..389d7c6 100644
--- a/pacman-c++/actor.h
+++ b/pacman-c++/actor.h
@@ -34,6 +34,7 @@ public:
34 34
35 PixmapItem &icon(); 35 PixmapItem &icon();
36 Movement direction(); 36 Movement direction();
37 void resetDirection();
37 bool isLocal(); 38 bool isLocal();
38 void move(Movement direction); 39 void move(Movement direction);
39 bool isMoving(); 40 bool isMoving();