aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/BFileManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/Base/BFileManager.h')
-rw-r--r--engines/wintermute/Base/BFileManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/wintermute/Base/BFileManager.h b/engines/wintermute/Base/BFileManager.h
index dd49637cd6..11a90fc823 100644
--- a/engines/wintermute/Base/BFileManager.h
+++ b/engines/wintermute/Base/BFileManager.h
@@ -62,6 +62,7 @@ public:
} TPathType;
HRESULT AddPath(TPathType Type, const Common::String &path);
HRESULT RequestCD(int CD, char *PackageFile, char *Filename);
+ Common::SeekableReadStream *loadSaveGame(const Common::String &filename);
HRESULT SaveFile(const Common::String &filename, byte *Buffer, uint32 BufferSize, bool Compressed = false, byte *PrefixBuffer = NULL, uint32 PrefixSize = 0);
byte *ReadWholeFile(const Common::String &filename, uint32 *Size = NULL, bool MustExist = true);
CBFileManager(CBGame *inGame = NULL);