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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/fullpipe/scenes.h b/engines/fullpipe/scenes.h
index edc5d13190..cd614ed1a8 100644
--- a/engines/fullpipe/scenes.h
+++ b/engines/fullpipe/scenes.h
@@ -101,6 +101,9 @@ void scene17_restoreState();
int sceneHandler17(ExCommand *cmd);
int scene17_updateCursor();
+void scene18_preload();
+void scene19_preload(Scene *sc, int key);
+
void scene20_initScene(Scene *sc);
int sceneHandler20(ExCommand *ex);
@@ -385,6 +388,8 @@ public:
bool scene17_handPhase;
int scene17_sceneEdgeX;
+ int scene18_var01;
+
int scene20_fliesCountdown;
StaticANIObject *scene20_grandma;