aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/riven.h')
-rw-r--r--engines/mohawk/riven.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/engines/mohawk/riven.h b/engines/mohawk/riven.h
index 58d0855074..86a431170f 100644
--- a/engines/mohawk/riven.h
+++ b/engines/mohawk/riven.h
@@ -100,7 +100,6 @@ public:
bool canLoadGameStateCurrently();
bool canSaveGameStateCurrently();
Common::Error loadGameState(int slot);
- void loadGameStateAndDisplayError(int slot);
Common::Error saveGameState(int slot, const Common::String &desc);
bool hasFeature(EngineFeature f) const;
@@ -148,9 +147,14 @@ public:
Common::SeekableReadStream *getExtrasResource(uint32 tag, uint16 id);
bool _activatedPLST;
bool _activatedSLST;
- void runLoadDialog();
void delay(uint32 ms);
+ // Save / Load
+ void runLoadDialog();
+ void runSaveDialog();
+ void loadGameStateAndDisplayError(int slot);
+ void saveGameStateAndDisplayError(int slot, const Common::String &desc);
+
/**
* Has the game ended, or has the user requested to quit?
*/