aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen/clouds_cutscenes.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-02-06 09:12:51 -0500
committerPaul Gilbert2018-02-06 09:12:51 -0500
commiteb50364c2d7c0e70be0bf9454b0c24a494db8433 (patch)
treead225c4fe53fc0a332605d3f32bed8e7c666b4f3 /engines/xeen/worldofxeen/clouds_cutscenes.h
parent59eeadc6ac88f19879804e88979d156eb825ee7d (diff)
downloadscummvm-rg350-eb50364c2d7c0e70be0bf9454b0c24a494db8433.tar.gz
scummvm-rg350-eb50364c2d7c0e70be0bf9454b0c24a494db8433.tar.bz2
scummvm-rg350-eb50364c2d7c0e70be0bf9454b0c24a494db8433.zip
XEEN: More of Clouds endgame
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