summaryrefslogtreecommitdiffstats
path: root/pacman-c++/actor.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-05-02 20:42:37 +0200
committermanuel <manuel@mausz.at>2011-05-02 20:42:37 +0200
commit0c4d6493ce9d1215c10d5f2942d373c4f37204b5 (patch)
tree5bd36abfe2ecb65d2c453ff88359cdda561f094b /pacman-c++/actor.h
parent6ca702032d6844e211c67f18cf066e34fbbaf9d0 (diff)
downloadfoop-0c4d6493ce9d1215c10d5f2942d373c4f37204b5.tar.gz
foop-0c4d6493ce9d1215c10d5f2942d373c4f37204b5.tar.bz2
foop-0c4d6493ce9d1215c10d5f2942d373c4f37204b5.zip
add eating overlay
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 e7d3ebc..c30c62a 100644
--- a/pacman-c++/actor.h
+++ b/pacman-c++/actor.h
@@ -33,6 +33,7 @@ public:
33 {}; 33 {};
34 34
35 PixmapItem &icon(); 35 PixmapItem &icon();
36 const QString iconStr();
36 Movement direction(); 37 Movement direction();
37 void setDirection(Movement direction); 38 void setDirection(Movement direction);
38 void reset(); 39 void reset();