aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/saga.h')
-rw-r--r--engines/saga/saga.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h
index 6563cd30d6..592336fe98 100644
--- a/engines/saga/saga.h
+++ b/engines/saga/saga.h
@@ -653,6 +653,7 @@ public:
int getDisplayWidth() const;
int getDisplayHeight() const;
Common::Error loadGameState(int slot);
+ Common::Error saveGameState(int slot, const char *desc);
bool canLoadGameStateCurrently();
bool canSaveGameStateCurrently();
const GameDisplayInfo &getDisplayInfo();