(svn r27651) -Codechange: Introduce methods for setting the name and title of _file_to_saveload.
This commit is contained in:
@@ -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. */
|
||||
|
Reference in New Issue
Block a user