aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/script.h')
-rw-r--r--engines/mutationofjb/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mutationofjb/script.h b/engines/mutationofjb/script.h
index 316aab52ea..09aa9425de 100644
--- a/engines/mutationofjb/script.h
+++ b/engines/mutationofjb/script.h
@@ -105,6 +105,7 @@ public:
Command::ExecuteResult runActiveCommand();
Command::ExecuteResult startCommand(Command *cmd);
+ Command::ExecuteResult startStartupSection();
void pushReturnCommand(Command *);
Command *popReturnCommand();