(svn r27638) -Codechange: Move FiosType enum, move and rename SetFiosType function.

This commit is contained in:
alberth
2016-09-04 12:47:07 +00:00
parent 3b8ede5ebe
commit 2fa0fdb176
7 changed files with 54 additions and 48 deletions

View File

@@ -39,6 +39,8 @@ struct FileToSaveLoad {
AbstractFileType filetype; ///< what type of file are we dealing with
char name[MAX_PATH]; ///< name
char title[255]; ///< internal name of the game
void SetMode(FiosType ft);
};
/** Types of save games. */