equal
deleted
inserted
replaced
24 #include "waypoint.h" |
24 #include "waypoint.h" |
25 #include "variables.h" |
25 #include "variables.h" |
26 #include "train.h" |
26 #include "train.h" |
27 #include "roadveh.h" |
27 #include "roadveh.h" |
28 #include "bridge_map.h" |
28 #include "bridge_map.h" |
29 #include "string.h" |
|
30 #include "screenshot.h" |
29 #include "screenshot.h" |
31 #include "genworld.h" |
30 #include "genworld.h" |
32 #include "vehicle_gui.h" |
31 #include "vehicle_gui.h" |
33 #include "transparency_gui.h" |
32 #include "transparency_gui.h" |
34 #include "newgrf_config.h" |
33 #include "newgrf_config.h" |
47 #include "network/network_gui.h" |
46 #include "network/network_gui.h" |
48 #include "industry.h" |
47 #include "industry.h" |
49 #include "transparency.h" |
48 #include "transparency.h" |
50 #include "strings_func.h" |
49 #include "strings_func.h" |
51 #include "zoom_func.h" |
50 #include "zoom_func.h" |
|
51 #include "string_func.h" |
52 |
52 |
53 static int _rename_id = 1; |
53 static int _rename_id = 1; |
54 static int _rename_what = -1; |
54 static int _rename_what = -1; |
55 |
55 |
56 RailType _last_built_railtype; |
56 RailType _last_built_railtype; |