equal
deleted
inserted
replaced
8 #include "stdafx.h" |
8 #include "stdafx.h" |
9 #include "openttd.h" |
9 #include "openttd.h" |
10 #include "bridge_map.h" |
10 #include "bridge_map.h" |
11 #include "rail_map.h" |
11 #include "rail_map.h" |
12 #include "road_map.h" |
12 #include "road_map.h" |
13 #include "table/sprites.h" |
|
14 #include "table/strings.h" |
|
15 #include "tile_cmd.h" |
13 #include "tile_cmd.h" |
16 #include "landscape.h" |
14 #include "landscape.h" |
17 #include "tunnel_map.h" |
15 #include "tunnel_map.h" |
18 #include "unmovable_map.h" |
16 #include "unmovable_map.h" |
19 #include "viewport_func.h" |
17 #include "viewport_func.h" |
26 #include "yapf/yapf.h" |
24 #include "yapf/yapf.h" |
27 #include "newgrf_sound.h" |
25 #include "newgrf_sound.h" |
28 #include "autoslope.h" |
26 #include "autoslope.h" |
29 #include "transparency.h" |
27 #include "transparency.h" |
30 #include "tunnelbridge_map.h" |
28 #include "tunnelbridge_map.h" |
31 #include "table/bridge_land.h" |
|
32 #include "strings_func.h" |
29 #include "strings_func.h" |
33 #include "date_func.h" |
30 #include "date_func.h" |
34 #include "functions.h" |
31 #include "functions.h" |
35 #include "vehicle_func.h" |
32 #include "vehicle_func.h" |
36 #include "sound_func.h" |
33 #include "sound_func.h" |
37 #include "signal_func.h" |
34 #include "signal_func.h" |
38 |
35 |
|
36 #include "table/sprites.h" |
|
37 #include "table/strings.h" |
|
38 #include "table/bridge_land.h" |
39 |
39 |
40 const Bridge orig_bridge[] = { |
40 const Bridge orig_bridge[] = { |
41 /* |
41 /* |
42 year of availablity |
42 year of availablity |
43 | minimum length |
43 | minimum length |