ScummVM API documentation
Voyeur::VoyeurSavegameHeader Struct Reference

#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
 

Detailed Description

Header for Voyeur savegame files

Member Function Documentation

◆ read()

bool Voyeur::VoyeurSavegameHeader::read ( Common::InSaveFile f,
bool  skipThumbnail = true 
)

Read in the header from the specified file

◆ write()

void Voyeur::VoyeurSavegameHeader::write ( Common::OutSaveFile f,
VoyeurEngine vm,
const Common::String saveName 
)

Write out header information to the specified file


The documentation for this struct was generated from the following file: