aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/avalanche.h')
-rw-r--r--engines/avalanche/avalanche.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/avalanche/avalanche.h b/engines/avalanche/avalanche.h
index 39457ef94f..52472b6128 100644
--- a/engines/avalanche/avalanche.h
+++ b/engines/avalanche/avalanche.h
@@ -117,13 +117,16 @@ public:
void synchronize(Common::Serializer &sz);
+
virtual bool canSaveGameStateCurrently();
Common::Error saveGameState(int slot, const Common::String &desc);
- Common::String generateSaveFileName(Common::String name, const int slot);
bool saveGame(const int16 slot, const Common::String &desc);
+ Common::String getSaveFileName(const int slot);
+
virtual bool canLoadGameStateCurrently();
- Common::Error loadGameState(int slot, const Common::String &desc);
+ Common::Error loadGameState(int slot);
+ bool loadGame(const int16 slot);
void updateEvents();