aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/wage.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/wage.h')
-rw-r--r--engines/wage/wage.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/wage/wage.h b/engines/wage/wage.h
index eb50a2e3dd..b1d793b49d 100644
--- a/engines/wage/wage.h
+++ b/engines/wage/wage.h
@@ -208,6 +208,14 @@ public:
void redrawScene();
void saveGame();
+ Common::Error saveGameState(int slot, const Common::String &description);
+
+private:
+ int saveGame(const Common::String &fileName, const Common::String &descriptionString);
+ Common::String getSavegameFilename(int16 slotId) const;
+
+public:
+
virtual GUI::Debugger *getDebugger() { return _debugger; }
private: