aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/scenes.h')
-rw-r--r--engines/fullpipe/scenes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/fullpipe/scenes.h b/engines/fullpipe/scenes.h
index d8a1b1825a..f15ce00178 100644
--- a/engines/fullpipe/scenes.h
+++ b/engines/fullpipe/scenes.h
@@ -109,6 +109,10 @@ void scene24_initScene(Scene *sc);
void scene24_setPoolState();
int sceneHandler24(ExCommand *cmd);
+int scene30_updateCursor();
+ void scene30_initScene(Scene *sc, int flag);
+int sceneHandler30(ExCommand *cmd);
+
void scene31_initScene(Scene *sc);
int sceneHandler31(ExCommand *ex);