diff options
Diffstat (limited to 'engines/xeen/worldofxeen/worldofxeen.h')
-rw-r--r-- | engines/xeen/worldofxeen/worldofxeen.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/xeen/worldofxeen/worldofxeen.h b/engines/xeen/worldofxeen/worldofxeen.h index 0ec31f3bf0..5c050e71c6 100644 --- a/engines/xeen/worldofxeen/worldofxeen.h +++ b/engines/xeen/worldofxeen/worldofxeen.h @@ -47,6 +47,11 @@ private: * Show World of Xeen ending */ void showWorldOfXeenEnding(); + + /** + * Sets a subtitle during the world of xeen ending + */ + void setWorldEndingSubtitle(const Common::String &msg); protected: /** * Outer gameplay loop responsible for dispatching control to game-specific |