aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/glk.h')
-rw-r--r--engines/glk/glk.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/glk/glk.h b/engines/glk/glk.h
index bd3594ae39..9c65fca3e6 100644
--- a/engines/glk/glk.h
+++ b/engines/glk/glk.h
@@ -149,6 +149,11 @@ public:
virtual InterpreterType getInterpreterType() const = 0;
/**
+ * Returns the game's Id
+ */
+ const Common::String &getGameID() const { return _gameDescription._gameId; }
+
+ /**
* Returns the game's md5
*/
const Common::String &getGameMD5() const { return _gameDescription._md5; }