aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen/worldofxeen.h
diff options
context:
space:
mode:
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;