aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen/clouds_cutscenes.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/worldofxeen/clouds_cutscenes.h')
-rw-r--r--engines/xeen/worldofxeen/clouds_cutscenes.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/engines/xeen/worldofxeen/clouds_cutscenes.h b/engines/xeen/worldofxeen/clouds_cutscenes.h
index 262d36be46..8469f7c6e7 100644
--- a/engines/xeen/worldofxeen/clouds_cutscenes.h
+++ b/engines/xeen/worldofxeen/clouds_cutscenes.h
@@ -39,6 +39,16 @@ private:
static const byte _DECODE_TABLE2[256];
private:
void loadScreen(const Common::String &name);
+
+ /**
+ * Shows part 1 of the Clouds of Xeen ending
+ */
+ bool showCloudsEnding1();
+
+ /**
+ * Shows part 1 of the Clouds of Xeen ending
+ */
+ bool showCloudsEnding2();
public:
CloudsCutscenes(XeenEngine *vm) : Cutscenes(vm) {}
@@ -55,7 +65,7 @@ public:
/**
* Shows the Clouds of Xeen ending sequence
*/
- bool showCloudsEnding();
+ void showCloudsEnding();
};
} // End of namespace WorldOfXeen