aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/scumm.h')
-rw-r--r--engines/scumm/scumm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/scumm/scumm.h b/engines/scumm/scumm.h
index 41f7784d36..f636fee825 100644
--- a/engines/scumm/scumm.h
+++ b/engines/scumm/scumm.h
@@ -45,7 +45,7 @@ namespace GUI {
}
using GUI::Dialog;
namespace Common {
- class InSaveFile;
+ class SeekableReadStream;
class OutSaveFile;
}
@@ -635,8 +635,8 @@ public:
bool loadInfosFromSlot(int slot, InfoStuff *stuff);
protected:
- Graphics::Surface *loadThumbnail(Common::InSaveFile *file);
- bool loadInfos(Common::InSaveFile *file, InfoStuff *stuff);
+ Graphics::Surface *loadThumbnail(Common::SeekableReadStream *file);
+ bool loadInfos(Common::SeekableReadStream *file, InfoStuff *stuff);
void saveThumbnail(Common::OutSaveFile *file);
void saveInfos(Common::OutSaveFile* file);