aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/script.h
diff options
context:
space:
mode:
authorĽubomír Remák2018-03-24 15:43:50 +0100
committerEugene Sandulenko2018-08-25 23:12:01 +0200
commit574bb83b9760ff7a92da2b43146d245c0331d8ad (patch)
treed1d5c0cfd19e97912319c602b36bd85552eaaadc /engines/mutationofjb/script.h
parente93e20dbe869f2d3906ec1d0a151a21de29e9714 (diff)
downloadscummvm-rg350-574bb83b9760ff7a92da2b43146d245c0331d8ad.tar.gz
scummvm-rg350-574bb83b9760ff7a92da2b43146d245c0331d8ad.tar.bz2
scummvm-rg350-574bb83b9760ff7a92da2b43146d245c0331d8ad.zip
MUTATIONOFJB: Add support for NEWROOM command.
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();