#include <voyeur.h>
Public Member Functions | |
| bool | read (Common::InSaveFile *f, bool skipThumbnail=true) |
| void | write (Common::OutSaveFile *f, VoyeurEngine *vm, const Common::String &saveName) |
Public Attributes | |
| uint8 | _version |
| Common::String | _saveName |
| Graphics::Surface * | _thumbnail |
| int | _saveYear |
| int | _saveMonth |
| int | _saveDay |
| int | _saveHour |
| int | _saveMinutes |
| int | _totalFrames |
Header for Voyeur savegame files
| bool Voyeur::VoyeurSavegameHeader::read | ( | Common::InSaveFile * | f, |
| bool | skipThumbnail = true |
||
| ) |
Read in the header from the specified file
| void Voyeur::VoyeurSavegameHeader::write | ( | Common::OutSaveFile * | f, |
| VoyeurEngine * | vm, | ||
| const Common::String & | saveName | ||
| ) |
Write out header information to the specified file