summaryrefslogtreecommitdiffstats
path: root/pacman-c++/actor.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-12 21:32:44 +0200
committermanuel <manuel@mausz.at>2011-04-12 21:32:44 +0200
commit26c2af49cc410b7bd2ea6017a5454381087e960b (patch)
tree8dd9782767729b4edab0132d673b2c6807d4f406 /pacman-c++/actor.h
parent6af8e7795da1e86745364af1538fa76d4e0fc07e (diff)
downloadfoop-26c2af49cc410b7bd2ea6017a5454381087e960b.tar.gz
foop-26c2af49cc410b7bd2ea6017a5454381087e960b.tar.bz2
foop-26c2af49cc410b7bd2ea6017a5454381087e960b.zip
- socket.write returns signed integer
- make waka sound working
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();