aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen/clouds_cutscenes.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-03-02 20:28:57 -0500
committerPaul Gilbert2018-03-02 20:28:57 -0500
commit53aa641f4480cac42e79b2a087d2c6e5d03168d0 (patch)
tree9e024dc40139fadb897e6bda8c7105696cd444fd /engines/xeen/worldofxeen/clouds_cutscenes.h
parent010c47bfe8aef1234407eda4fb9174627683bb09 (diff)
downloadscummvm-rg350-53aa641f4480cac42e79b2a087d2c6e5d03168d0.tar.gz
scummvm-rg350-53aa641f4480cac42e79b2a087d2c6e5d03168d0.tar.bz2
scummvm-rg350-53aa641f4480cac42e79b2a087d2c6e5d03168d0.zip
XEEN: Hook up Clouds of Xeen intro for playing on startup
Diffstat (limited to 'engines/xeen/worldofxeen/clouds_cutscenes.h')
-rw-r--r--engines/xeen/worldofxeen/clouds_cutscenes.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/engines/xeen/worldofxeen/clouds_cutscenes.h b/engines/xeen/worldofxeen/clouds_cutscenes.h
index fa7e35d194..afaf3beef5 100644
--- a/engines/xeen/worldofxeen/clouds_cutscenes.h
+++ b/engines/xeen/worldofxeen/clouds_cutscenes.h
@@ -44,6 +44,16 @@ private:
void loadScreen(const Common::String &name);
/**
+ * Shows the Clouds of Xeen title screen
+ */
+ bool showCloudsTitle();
+
+ /**
+ * Inner implementation of the the Clouds of Xeen intro sequence
+ */
+ bool showCloudsIntroInner();
+
+ /**
* Shows part 1 of the Clouds of Xeen ending, with the castle being destroyed
*/
bool showCloudsEnding1();
@@ -72,11 +82,6 @@ public:
CloudsCutscenes(XeenEngine *vm) : Cutscenes(vm) {}
/**
- * Shows the Clouds of Xeen title screen
- */
- bool showCloudsTitle();
-
- /**
* Shows the Clouds of Xeen intro sequence
*/
bool showCloudsIntro();