aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-03-25 00:27:31 +0200
committerEugene Sandulenko2014-03-25 00:28:52 +0200
commitb3b27c3d0eeb454d43f27afcdb609ada3498fc17 (patch)
tree7869a39605c650b51d913fe86876d43beefbd656 /engines/fullpipe/scenes.h
parent202804d8d389bbfef9eac3d5f0991e543d67d912 (diff)
downloadscummvm-rg350-b3b27c3d0eeb454d43f27afcdb609ada3498fc17.tar.gz
scummvm-rg350-b3b27c3d0eeb454d43f27afcdb609ada3498fc17.tar.bz2
scummvm-rg350-b3b27c3d0eeb454d43f27afcdb609ada3498fc17.zip
FULLPIPE: Enable scene29
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 04d84c86a0..ef6af54c0f 100644
--- a/engines/fullpipe/scenes.h
+++ b/engines/fullpipe/scenes.h
@@ -164,6 +164,10 @@ void scene28_initScene(Scene *sc);
int sceneHandler28(ExCommand *ex);
int scene28_updateCursor();
+int scene29_updateCursor();
+void scene29_initScene(Scene *sc);
+int sceneHandler29(ExCommand *cmd);
+
int scene30_updateCursor();
void scene30_initScene(Scene *sc, int flag);
int sceneHandler30(ExCommand *cmd);