diff options
Diffstat (limited to 'engines/adl/console.h')
-rw-r--r-- | engines/adl/console.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/adl/console.h b/engines/adl/console.h index a8c6adc1cc..68787e148a 100644 --- a/engines/adl/console.h +++ b/engines/adl/console.h @@ -48,6 +48,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_Region(int argc, const char **argv); bool Cmd_Room(int argc, const char **argv); bool Cmd_Items(int argc, const char **argv); bool Cmd_GiveItem(int argc, const char **argv); @@ -56,6 +57,8 @@ private: void printItem(const Item &item); void printWordMap(const Common::HashMap<Common::String, uint> &wordMap); + void dumpScripts(const Common::String &prefix = Common::String()); + void prepareGame(); AdlEngine *_engine; }; |