parent
1d3be279fc
commit
75297cb124
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ protected:
|
||||||
|
|
||||||
void loadGameStateCheck(int slot);
|
void loadGameStateCheck(int slot);
|
||||||
virtual Common::Error loadGameState(int slot) = 0;
|
virtual Common::Error loadGameState(int slot) = 0;
|
||||||
Common::Error saveGameState(int slot, const char *saveName) { return saveGameStateIntern(slot, saveName, 0); }
|
Common::Error saveGameState(int slot, const Common::String &desc) { return saveGameStateIntern(slot, desc.c_str(), 0); }
|
||||||
virtual Common::Error saveGameStateIntern(int slot, const char *saveName, const Graphics::Surface *thumbnail) = 0;
|
virtual Common::Error saveGameStateIntern(int slot, const char *saveName, const Graphics::Surface *thumbnail) = 0;
|
||||||
|
|
||||||
Common::SeekableReadStream *openSaveForReading(const char *filename, SaveHeader &header);
|
Common::SeekableReadStream *openSaveForReading(const char *filename, SaveHeader &header);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue