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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/groovie/script.h b/engines/groovie/script.h
index 0a14dac4c4..3df5674ae4 100644
--- a/engines/groovie/script.h
+++ b/engines/groovie/script.h
@@ -46,6 +46,8 @@ public:
void setDebugger(Debugger *debugger);
void setVariable(uint16 varnum, byte value);
+ void timerTick();
+
bool loadScript(Common::String scriptfile);
void directGameLoad(int slot);
void step();