aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/game_phantom.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/phantom/game_phantom.h')
-rw-r--r--engines/mads/phantom/game_phantom.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/mads/phantom/game_phantom.h b/engines/mads/phantom/game_phantom.h
index 2a4a0bc5d9..3e2e9570f7 100644
--- a/engines/mads/phantom/game_phantom.h
+++ b/engines/mads/phantom/game_phantom.h
@@ -92,7 +92,10 @@ class GamePhantom : public Game {
friend class Game;
private:
- void global_object_examine();
+ void genericObjectExamine();
+ void stopWalker();
+ void stopWalkerBasic();
+
Catacombs *_catacombs;
int _catacombSize;