aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/script.h')
-rw-r--r--engines/draci/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/draci/script.h b/engines/draci/script.h
index 5fd63517c1..d9e5395267 100644
--- a/engines/draci/script.h
+++ b/engines/draci/script.h
@@ -98,6 +98,7 @@ public:
Script(DraciEngine *vm) : _vm(vm), _jump(0), _endProgram(false) { setupCommandList(); };
void run(const GPL2Program &program, uint16 offset);
+ void runWrapper(const GPL2Program &program, uint16 offset, bool disableCursor, bool releaseAnims);
bool testExpression(const GPL2Program &program, uint16 offset) const;
void endCurrentProgram(bool value) { _endProgram = value; }
bool shouldEndProgram() const { return _endProgram; }