aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/console.h')
-rw-r--r--engines/adl/console.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/adl/console.h b/engines/adl/console.h
index 338fc42147..db2e8ca0bf 100644
--- a/engines/adl/console.h
+++ b/engines/adl/console.h
@@ -55,6 +55,9 @@ private:
bool Cmd_Vars(int argc, const char **argv);
bool Cmd_Var(int argc, const char **argv);
bool Cmd_ConvertDisk(int argc, const char **argv);
+ bool Cmd_RunScript(int argc, const char **argv);
+ bool Cmd_StopScript(int argc, const char **argv);
+ bool Cmd_SetScriptDelay(int argc, const char **argv);
void printItem(const Item &item);
void printWordMap(const Common::HashMap<Common::String, uint> &wordMap);