aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/script.h')
-rw-r--r--engines/groovie/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/groovie/script.h b/engines/groovie/script.h
index f81602447d..abc7c49494 100644
--- a/engines/groovie/script.h
+++ b/engines/groovie/script.h
@@ -43,6 +43,7 @@ public:
~Script();
void setDebugger(Debugger *debugger);
+ void setVariable(uint16 varnum, byte value);
bool loadScript(Common::String scriptfile);
void directGameLoad(int slot);