aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen/worldofxeen.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-01-18 21:29:42 -0500
committerPaul Gilbert2018-01-18 21:29:42 -0500
commitce400ce0f1764c3ee5a5dc102e84d372c8cd57ee (patch)
tree2df540755deb6bb342946679448b0ad4577c676b /engines/xeen/worldofxeen/worldofxeen.h
parent3978a82650aae001850c486de5e9b50801e1f3cc (diff)
downloadscummvm-rg350-ce400ce0f1764c3ee5a5dc102e84d372c8cd57ee.tar.gz
scummvm-rg350-ce400ce0f1764c3ee5a5dc102e84d372c8cd57ee.tar.bz2
scummvm-rg350-ce400ce0f1764c3ee5a5dc102e84d372c8cd57ee.zip
XEEN: Implemented death cutscene method
Diffstat (limited to 'engines/xeen/worldofxeen/worldofxeen.h')
-rw-r--r--engines/xeen/worldofxeen/worldofxeen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/xeen/worldofxeen/worldofxeen.h b/engines/xeen/worldofxeen/worldofxeen.h
index 0177e7cacf..90fd191b17 100644
--- a/engines/xeen/worldofxeen/worldofxeen.h
+++ b/engines/xeen/worldofxeen/worldofxeen.h
@@ -48,6 +48,11 @@ protected:
* intros, main menus, or to play the actual game
*/
virtual void outerGameLoop();
+
+ /**
+ * Death cutscene
+ */
+ virtual void death();
public:
bool _seenDarkSideIntro;
WOXGameAction _pendingAction;