(svn r27651) -Codechange: Introduce methods for setting the name and title of _file_to_saveload.

This commit is contained in:
alberth
2016-09-04 12:58:04 +00:00
parent 597380e099
commit 6f201ce4a8
5 changed files with 27 additions and 9 deletions

View File

@@ -32,6 +32,8 @@ struct FileToSaveLoad {
void SetMode(FiosType ft);
void SetMode(FileOperation fop, AbstractFileType aft, DetailedFileType dft);
void SetName(const char *name);
void SetTitle(const char *title);
};
/** Types of save games. */