From de2e283492fc9378909ffa892f2ef5f1b0698e1e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 24 Aug 2009 09:07:21 +0000 Subject: Added code to launch the GMM save/load dialogues from the in-game Player menu, replacing the older code that just saved/loaded the game in a single slot without prompting svn-id: r43685 --- engines/cruise/cruise.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/cruise/cruise.h') diff --git a/engines/cruise/cruise.h b/engines/cruise/cruise.h index 574017dfc7..eff3e9b92f 100644 --- a/engines/cruise/cruise.h +++ b/engines/cruise/cruise.h @@ -83,6 +83,7 @@ public: virtual bool hasFeature(EngineFeature f) const; int getGameType() const; + const char *getGameId() const; uint32 getFeatures() const; Common::Language getLanguage() const; Common::Platform getPlatform() const; -- cgit v1.2.3