aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_saveload.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/riven_saveload.h')
-rw-r--r--engines/mohawk/riven_saveload.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/mohawk/riven_saveload.h b/engines/mohawk/riven_saveload.h
index 1432505b02..1682db3e95 100644
--- a/engines/mohawk/riven_saveload.h
+++ b/engines/mohawk/riven_saveload.h
@@ -65,7 +65,8 @@ public:
~RivenSaveLoad();
Common::Error loadGame(const int slot);
- Common::Error saveGame(const int slot, const Common::String &description, bool autoSave);
+ Common::Error saveGame(const int slot, const Common::String &description,
+ const Graphics::Surface *thumbnail, bool autoSave);
bool isAutoSaveAllowed();
static void deleteSave(const int slot);
@@ -80,7 +81,7 @@ private:
Common::MemoryWriteStreamDynamic *genNAMESection();
Common::MemoryWriteStreamDynamic *genMETASection(const Common::String &desc, bool autoSave) const;
- Common::MemoryWriteStreamDynamic *genTHMBSection() const;
+ Common::MemoryWriteStreamDynamic *genTHMBSection(const Graphics::Surface *thumbnail) const;
Common::MemoryWriteStreamDynamic *genVARSSection();
Common::MemoryWriteStreamDynamic *genVERSSection();
Common::MemoryWriteStreamDynamic *genZIPSSection();