aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/game_phantom.h
diff options
context:
space:
mode:
authorStrangerke2015-11-09 18:03:34 +0100
committerStrangerke2015-11-09 18:05:02 +0100
commit9abf901c28b71bbac0dcddd8a754da93f0199b11 (patch)
tree818f337af322cf390d777bdf2aa6a5a7741228c1 /engines/mads/phantom/game_phantom.h
parentff4d0b9f544d1267db623825112ff17ca4b29076 (diff)
downloadscummvm-rg350-9abf901c28b71bbac0dcddd8a754da93f0199b11.tar.gz
scummvm-rg350-9abf901c28b71bbac0dcddd8a754da93f0199b11.tar.bz2
scummvm-rg350-9abf901c28b71bbac0dcddd8a754da93f0199b11.zip
MADS: Phantom: Implement doObjectAction()
Diffstat (limited to 'engines/mads/phantom/game_phantom.h')
-rw-r--r--engines/mads/phantom/game_phantom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/phantom/game_phantom.h b/engines/mads/phantom/game_phantom.h
index 6c3f2fca14..2a4a0bc5d9 100644
--- a/engines/mads/phantom/game_phantom.h
+++ b/engines/mads/phantom/game_phantom.h
@@ -92,6 +92,7 @@ class GamePhantom : public Game {
friend class Game;
private:
+ void global_object_examine();
Catacombs *_catacombs;
int _catacombSize;