From 3457d3155e61a43ee8f2e8b1479b123439953d53 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 27 Jul 2019 19:12:39 -0700 Subject: GLK: FROTZ: Add detection for Infocom game Blorb files available at if-archive --- engines/glk/glk.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/glk/glk.h') 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 @@ -148,6 +148,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 */ -- cgit v1.2.3