aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-12-11 15:58:11 +0100
committerEugene Sandulenko2016-12-11 15:58:11 +0100
commit817ca2a15fca1fd8f82afe35be3adccf2aa9f59a (patch)
treee2059e7ffb5717673210a9ccf3abd254085b3459 /engines/fullpipe/scenes.h
parentdf896e40a71b92061b36f4eee974dd730be88974 (diff)
downloadscummvm-rg350-817ca2a15fca1fd8f82afe35be3adccf2aa9f59a.tar.gz
scummvm-rg350-817ca2a15fca1fd8f82afe35be3adccf2aa9f59a.tar.bz2
scummvm-rg350-817ca2a15fca1fd8f82afe35be3adccf2aa9f59a.zip
FULLPIPE: Initial support for Russian Demo. The demo starts
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 2d30f54d52..1d54aef441 100644
--- a/engines/fullpipe/scenes.h
+++ b/engines/fullpipe/scenes.h
@@ -41,6 +41,10 @@ int sceneIntro_updateCursor();
void sceneIntro_initScene(Scene *sc);
int sceneHandlerIntro(ExCommand *cmd);
+int sceneIntroDemo_updateCursor();
+void sceneIntroDemo_initScene(Scene *sc);
+int sceneHandlerIntroDemo(ExCommand *cmd);
+
void scene01_fixEntrance();
void scene01_initScene(Scene *sc, int entrance);
int sceneHandler01(ExCommand *cmd);