aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/debugger.h')
-rw-r--r--engines/lure/debugger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/lure/debugger.h b/engines/lure/debugger.h
index f447593fee..4441c2a1dc 100644
--- a/engines/lure/debugger.h
+++ b/engines/lure/debugger.h
@@ -48,6 +48,7 @@ protected:
bool cmd_showAnim(int argc, const char **argv);
bool cmd_saveStrings(int argc, const char **argv);
bool cmd_debug(int argc, const char **argv);
+ bool cmd_script(int argc, const char **argv);
};
extern const char *directionList[5];