equal
deleted
inserted
replaced
17 #include "waypoint.h" |
17 #include "waypoint.h" |
18 #include "variables.h" |
18 #include "variables.h" |
19 #include "table/strings.h" |
19 #include "table/strings.h" |
20 #include "yapf/yapf.h" |
20 #include "yapf/yapf.h" |
21 #include "newgrf.h" |
21 #include "newgrf.h" |
22 #include "string.h" |
|
23 #include "misc/autoptr.hpp" |
22 #include "misc/autoptr.hpp" |
24 #include "strings_func.h" |
23 #include "strings_func.h" |
25 #include "viewport.h" |
24 #include "viewport.h" |
26 #include "functions.h" |
25 #include "functions.h" |
27 #include "window_func.h" |
26 #include "window_func.h" |
28 #include "economy_func.h" |
27 #include "economy_func.h" |
29 #include "date_func.h" |
28 #include "date_func.h" |
30 #include "vehicle_func.h" |
29 #include "vehicle_func.h" |
31 #include "vehicle_base.h" |
30 #include "vehicle_base.h" |
|
31 #include "string_func.h" |
32 |
32 |
33 enum { |
33 enum { |
34 MAX_WAYPOINTS_PER_TOWN = 64, |
34 MAX_WAYPOINTS_PER_TOWN = 64, |
35 }; |
35 }; |
36 |
36 |