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 9e35d6fcde..d9752e484d 100644
--- a/engines/groovie/script.h
+++ b/engines/groovie/script.h
@@ -230,6 +230,8 @@ private:
void o2_videofromref();
void o2_vdxtransition();
void o2_setvideoskip();
+ void o2_copyscreentobg();
+ void o2_copybgtoscreen();
void o2_stub52();
void o2_setscriptend();
};