aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/game_phantom.h
diff options
context:
space:
mode:
authorStrangerke2015-11-04 14:45:22 +0100
committerStrangerke2015-11-04 14:45:22 +0100
commitd073f5767c0ab05afd072a7dd6c49cfa9c0363e6 (patch)
tree348d12a372f3451b258fa568088d947a0f7cbed0 /engines/mads/phantom/game_phantom.h
parentcdc564b06049d064aeb15ad632fc4822a5d814d8 (diff)
downloadscummvm-rg350-d073f5767c0ab05afd072a7dd6c49cfa9c0363e6.tar.gz
scummvm-rg350-d073f5767c0ab05afd072a7dd6c49cfa9c0363e6.tar.bz2
scummvm-rg350-d073f5767c0ab05afd072a7dd6c49cfa9c0363e6.zip
MADS: Phantom: Add more Catacombs functions
Diffstat (limited to 'engines/mads/phantom/game_phantom.h')
-rw-r--r--engines/mads/phantom/game_phantom.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/mads/phantom/game_phantom.h b/engines/mads/phantom/game_phantom.h
index a7a91b37ad..6c3f2fca14 100644
--- a/engines/mads/phantom/game_phantom.h
+++ b/engines/mads/phantom/game_phantom.h
@@ -121,10 +121,11 @@ public:
virtual void synchronize(Common::Serializer &s, bool phase1);
void setupCatacombs();
- void enterCatacombs(int val);
+ void enterCatacombs(bool val);
void initCatacombs();
- void moveCatacombs(int dir) { warning("TODO: moveCataCombs"); };
+ void moveCatacombs(int dir);
int exitCatacombs(int dir);
+ void newCatacombRoom(int fromRoom, int fromExit);
};