(svn r27635) -Codechange: Move FileType and FileToSaveLoad structure definitions.

This commit is contained in:
alberth
2016-09-04 12:45:40 +00:00
parent d6812947f3
commit 9135f7130e
6 changed files with 21 additions and 18 deletions

View File

@@ -32,7 +32,6 @@
SmallVector<FiosItem, 32> _fios_items;
static char *_fios_path;
static const char *_fios_path_last;
FileToSaveLoad _file_to_saveload; ///< File to save or load in the openttd loop.
SortingBits _savegame_sort_order = SORT_BY_DATE | SORT_DESCENDING;
/* OS-specific functions are taken from their respective files (win32/unix/os2 .c) */