aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/console.h')
-rw-r--r--engines/agi/console.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/agi/console.h b/engines/agi/console.h
index c435a70188..b75abe2ccd 100644
--- a/engines/agi/console.h
+++ b/engines/agi/console.h
@@ -71,6 +71,8 @@ private:
bool Cmd_Step(int argc, const char **argv);
bool Cmd_Debug(int argc, const char **argv);
bool Cmd_Cont(int argc, const char **argv);
+ bool Cmd_Room(int argc, const char **argv);
+ bool Cmd_BT(int argc, const char **argv);
private:
AgiEngine *_vm;