aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.h
diff options
context:
space:
mode:
authorEugene Sandulenko2006-11-14 09:29:41 +0000
committerEugene Sandulenko2006-11-14 09:29:41 +0000
commit53faadfdb6cc98e07cdd291c68140ed36bb8f79b (patch)
treea947a5c716f76d6a56c0163ed9e5e3da36559077 /engines/cine/cine.h
parent2d8bd1add37835d7e0f6ebd71a57852748f3890d (diff)
downloadscummvm-rg350-53faadfdb6cc98e07cdd291c68140ed36bb8f79b.tar.gz
scummvm-rg350-53faadfdb6cc98e07cdd291c68140ed36bb8f79b.tar.bz2
scummvm-rg350-53faadfdb6cc98e07cdd291c68140ed36bb8f79b.zip
Added per game target saves.
svn-id: r24718
Diffstat (limited to 'engines/cine/cine.h')
-rw-r--r--engines/cine/cine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/cine/cine.h b/engines/cine/cine.h
index 3a83dba7e9..e0996419ce 100644
--- a/engines/cine/cine.h
+++ b/engines/cine/cine.h
@@ -84,6 +84,9 @@ public:
Common::Language getLanguage() const { return _gameDescription->desc.language; }
Common::Platform getPlatform() const { return _gameDescription->desc.platform; }
+ bool loadSaveDirectory(void);
+ void makeSystemMenu(void);
+
const CINEGameDescription *_gameDescription;
};