aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/xeen.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-08-29 21:08:53 -0700
committerPaul Gilbert2019-08-29 21:08:53 -0700
commit9f7cadaf8a059977ead55aae8cb94d6cb91f3f26 (patch)
tree003b0c0b59e573361a7ad3d0aed1f09608790f2b /engines/xeen/xeen.h
parent6d4e398fb6d0f4b14cbb636560e9e068cd4be1a2 (diff)
downloadscummvm-rg350-9f7cadaf8a059977ead55aae8cb94d6cb91f3f26.tar.gz
scummvm-rg350-9f7cadaf8a059977ead55aae8cb94d6cb91f3f26.tar.bz2
scummvm-rg350-9f7cadaf8a059977ead55aae8cb94d6cb91f3f26.zip
XEEN: Shift getting specific game Id to an engine method
Diffstat (limited to 'engines/xeen/xeen.h')
-rw-r--r--engines/xeen/xeen.h7
1 files changed, 7 insertions, 0 deletions
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;