#include <metaengine.h>
Public Attributes | |
char | id [6] |
uint8 | version |
Common::String | saveName |
Common::String | description |
uint32 | date |
uint16 | time |
uint32 | playtime |
Graphics::Surface * | thumbnail |
bool | isAutosave |
Structure describing a savegame file.
char ExtendedSavegameHeader::id[6] |
ID of the savegame file.
uint8 ExtendedSavegameHeader::version |
Version of the savegame header.
Common::String ExtendedSavegameHeader::saveName |
Name of the savegame.
Common::String ExtendedSavegameHeader::description |
Description of the savegame, as entered by the user.
uint32 ExtendedSavegameHeader::date |
Date of the savegame.
uint16 ExtendedSavegameHeader::time |
Time of the savegame.
uint32 ExtendedSavegameHeader::playtime |
Total play time until this savegame.
Graphics::Surface* ExtendedSavegameHeader::thumbnail |
Screen content shown as a thumbnail for this savegame.
bool ExtendedSavegameHeader::isAutosave |
Whether this savegame is an autosave.