Implemented the 'Start Again' menu option to properly restart the game
svn-id: r39981
This commit is contained in:
parent
9efb96ce69
commit
f53b4d3de4
4 changed files with 9 additions and 0 deletions
|
@ -42,6 +42,7 @@ struct CruiseSavegameHeader {
|
|||
Common::Error saveSavegameData(int saveGameIdx, const Common::String &saveName);
|
||||
Common::Error loadSavegameData(int saveGameIdx);
|
||||
bool readSavegameHeader(Common::InSaveFile *in, CruiseSavegameHeader &header);
|
||||
void initVars(void);
|
||||
|
||||
} // End of namespace Cruise
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue