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, 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);
};