aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen/clouds_cutscenes.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-02-04 21:56:18 -0500
committerPaul Gilbert2018-02-04 21:56:18 -0500
commit701c816307985a7a08f3bb28d4e23042b01af54c (patch)
treefd817c8688ae8452e65dab3524f585d1bf8ed1a9 /engines/xeen/worldofxeen/clouds_cutscenes.h
parent26f085d44b541306bf58041ba20c480c846f3855 (diff)
downloadscummvm-rg350-701c816307985a7a08f3bb28d4e23042b01af54c.tar.gz
scummvm-rg350-701c816307985a7a08f3bb28d4e23042b01af54c.tar.bz2
scummvm-rg350-701c816307985a7a08f3bb28d4e23042b01af54c.zip
XEEN: In progress implementing Clouds of Xeen ending
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