equal
deleted
inserted
replaced
5 #include "stdafx.h" |
5 #include "stdafx.h" |
6 #include "openttd.h" |
6 #include "openttd.h" |
7 #include "debug.h" |
7 #include "debug.h" |
8 #include "player_func.h" |
8 #include "player_func.h" |
9 #include "station.h" |
9 #include "station.h" |
10 #include "table/sprites.h" |
|
11 #include "table/strings.h" |
|
12 #include "engine.h" |
10 #include "engine.h" |
13 #include "gui.h" |
11 #include "gui.h" |
14 #include "window_gui.h" |
12 #include "window_gui.h" |
15 #include "textbuf_gui.h" |
13 #include "textbuf_gui.h" |
16 #include "command_func.h" |
14 #include "command_func.h" |
34 #include "window_func.h" |
32 #include "window_func.h" |
35 #include "vehicle_func.h" |
33 #include "vehicle_func.h" |
36 #include "autoreplace_gui.h" |
34 #include "autoreplace_gui.h" |
37 #include "core/alloc_func.hpp" |
35 #include "core/alloc_func.hpp" |
38 #include "string_func.h" |
36 #include "string_func.h" |
|
37 |
|
38 #include "table/sprites.h" |
|
39 #include "table/strings.h" |
39 |
40 |
40 struct Sorting { |
41 struct Sorting { |
41 Listing aircraft; |
42 Listing aircraft; |
42 Listing roadveh; |
43 Listing roadveh; |
43 Listing ship; |
44 Listing ship; |