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.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/engines/xeen/worldofxeen/clouds_cutscenes.h b/engines/xeen/worldofxeen/clouds_cutscenes.h
index 8469f7c6e7..a1579ca792 100644
--- a/engines/xeen/worldofxeen/clouds_cutscenes.h
+++ b/engines/xeen/worldofxeen/clouds_cutscenes.h
@@ -46,9 +46,20 @@ private:
bool showCloudsEnding1();
/**
- * Shows part 1 of the Clouds of Xeen ending
+ * Shows part 2 of the Clouds of Xeen ending
*/
bool showCloudsEnding2();
+
+ /**
+ * Shows part 3 of the Clouds of Xeen ending, which shows a display
+ * of the game's monsters
+ */
+ bool showCloudsEnding3();
+
+ /**
+ * Shows part 4 of the Clouds of Xeen ending, the final score
+ */
+ bool showCloudsEnding4(uint finalScore);
public:
CloudsCutscenes(XeenEngine *vm) : Cutscenes(vm) {}
@@ -65,7 +76,7 @@ public:
/**
* Shows the Clouds of Xeen ending sequence
*/
- void showCloudsEnding();
+ void showCloudsEnding(uint finalScore);
};
} // End of namespace WorldOfXeen