aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/cine.h')
-rw-r--r--engines/cine/cine.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/cine.h b/engines/cine/cine.h
index 933f692ec2..29d2f05b89 100644
--- a/engines/cine/cine.h
+++ b/engines/cine/cine.h
@@ -92,6 +92,10 @@ public:
void makeSystemMenu(void);
int modifyGameSpeed(int speedChange);
int getTimerDelay() const;
+ Common::Error loadGameState(int slot);
+ Common::Error saveGameState(int slot, const char *desc);
+ bool canLoadGameStateCurrently();
+ bool canSaveGameStateCurrently();
const CINEGameDescription *_gameDescription;
Common::File _partFileHandle;