equal
deleted
inserted
replaced
4 * This file contains functions for building file lists for the save/load dialogs. |
4 * This file contains functions for building file lists for the save/load dialogs. |
5 */ |
5 */ |
6 |
6 |
7 #include "stdafx.h" |
7 #include "stdafx.h" |
8 #include "openttd.h" |
8 #include "openttd.h" |
9 #include "string.h" |
|
10 #include "variables.h" |
9 #include "variables.h" |
11 #include "heightmap.h" |
10 #include "heightmap.h" |
12 #include "table/strings.h" |
11 #include "table/strings.h" |
13 #include "fios.h" |
12 #include "fios.h" |
14 #include "fileio.h" |
13 #include "fileio.h" |
15 #include "core/alloc_func.hpp" |
14 #include "core/alloc_func.hpp" |
16 #include "functions.h" |
15 #include "functions.h" |
|
16 #include "string_func.h" |
17 #include <sys/types.h> |
17 #include <sys/types.h> |
18 #include <sys/stat.h> |
18 #include <sys/stat.h> |
19 |
19 |
20 #ifdef WIN32 |
20 #ifdef WIN32 |
21 # include <tchar.h> |
21 # include <tchar.h> |