From 9f7cadaf8a059977ead55aae8cb94d6cb91f3f26 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 29 Aug 2019 21:08:53 -0700 Subject: XEEN: Shift getting specific game Id to an engine method --- engines/xeen/xeen.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'engines/xeen/xeen.h') diff --git a/engines/xeen/xeen.h b/engines/xeen/xeen.h index 2ac4ee4ec6..178aaf1b9b 100644 --- a/engines/xeen/xeen.h +++ b/engines/xeen/xeen.h @@ -205,6 +205,13 @@ public: Common::Platform getPlatform() const; uint16 getVersion() const; uint32 getGameID() const; + + /** + * Returns the game Id, but with a reuslt of Clouds or Dark Side for World of Xeen, + * depending on which side the player is currently on + */ + uint32 getSpecificGameId() const; + uint32 getGameFeatures() const; bool getIsCD() const; -- cgit v1.2.3