aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/console.h
diff options
context:
space:
mode:
authorWalter van Niftrik2016-04-01 14:53:14 +0200
committerWalter van Niftrik2016-06-06 20:35:49 +0200
commit9eb7af0f671d6b172c838666f423a3be5eaeae09 (patch)
treef8fac7ce3c90923ddcc1eeb5a84cac9f52942b41 /engines/adl/console.h
parent26b8e8d66a0039281ec3b8fe8d2f29efed37fda2 (diff)
downloadscummvm-rg350-9eb7af0f671d6b172c838666f423a3be5eaeae09.tar.gz
scummvm-rg350-9eb7af0f671d6b172c838666f423a3be5eaeae09.tar.bz2
scummvm-rg350-9eb7af0f671d6b172c838666f423a3be5eaeae09.zip
ADL: Add 'room' debugger command
Diffstat (limited to 'engines/adl/console.h')
-rw-r--r--engines/adl/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/adl/console.h b/engines/adl/console.h
index bfe09a1303..8af23b9694 100644
--- a/engines/adl/console.h
+++ b/engines/adl/console.h
@@ -46,6 +46,7 @@ private:
bool Cmd_Verbs(int argc, const char **argv);
bool Cmd_DumpScripts(int argc, const char **argv);
bool Cmd_ValidCommands(int argc, const char **argv);
+ bool Cmd_Room(int argc, const char **argv);
void printWordMap(const Common::HashMap<Common::String, uint> &wordMap);