aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen/clouds_cutscenes.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-02-06 21:43:50 -0500
committerPaul Gilbert2018-02-06 21:43:50 -0500
commit94966010dbe392a4e8c9390db325a6f30d8455ab (patch)
treedf6d8331f90f585d69787f0652d91c643bb0b570 /engines/xeen/worldofxeen/clouds_cutscenes.h
parent255aa972c64c4cd0d7ce03bccd2394138d285563 (diff)
downloadscummvm-rg350-94966010dbe392a4e8c9390db325a6f30d8455ab.tar.gz
scummvm-rg350-94966010dbe392a4e8c9390db325a6f30d8455ab.tar.bz2
scummvm-rg350-94966010dbe392a4e8c9390db325a6f30d8455ab.zip
XEEN: More of Clouds ending
Diffstat (limited to 'engines/xeen/worldofxeen/clouds_cutscenes.h')
-rw-r--r--engines/xeen/worldofxeen/clouds_cutscenes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/xeen/worldofxeen/clouds_cutscenes.h b/engines/xeen/worldofxeen/clouds_cutscenes.h
index a1579ca792..de56039ea8 100644
--- a/engines/xeen/worldofxeen/clouds_cutscenes.h
+++ b/engines/xeen/worldofxeen/clouds_cutscenes.h
@@ -60,6 +60,11 @@ private:
* Shows part 4 of the Clouds of Xeen ending, the final score
*/
bool showCloudsEnding4(uint finalScore);
+
+ /**
+ * Shows part 5 of the Clouds of Xeen ending, final king display
+ */
+ bool showCloudsEnding5();
public:
CloudsCutscenes(XeenEngine *vm) : Cutscenes(vm) {}