equal
deleted
inserted
replaced
7 #include "currency.h" |
7 #include "currency.h" |
8 #include "gui.h" |
8 #include "gui.h" |
9 #include "window_gui.h" |
9 #include "window_gui.h" |
10 #include "textbuf_gui.h" |
10 #include "textbuf_gui.h" |
11 #include "command_func.h" |
11 #include "command_func.h" |
12 #include "engine.h" |
12 #include "engine_func.h" |
13 #include "screenshot.h" |
13 #include "screenshot.h" |
14 #include "newgrf.h" |
14 #include "newgrf.h" |
15 #include "network/network.h" |
15 #include "network/network.h" |
16 #include "town.h" |
16 #include "town.h" |
17 #include "variables.h" |
17 #include "variables.h" |
25 #include "string_func.h" |
25 #include "string_func.h" |
26 #include "gfx_func.h" |
26 #include "gfx_func.h" |
27 #include "waypoint.h" |
27 #include "waypoint.h" |
28 #include "widgets/dropdown_type.h" |
28 #include "widgets/dropdown_type.h" |
29 #include "widgets/dropdown_func.h" |
29 #include "widgets/dropdown_func.h" |
|
30 #include "station_func.h" |
30 |
31 |
31 #include "table/sprites.h" |
32 #include "table/sprites.h" |
32 #include "table/strings.h" |
33 #include "table/strings.h" |
33 |
34 |
34 static const StringID _units_dropdown[] = { |
35 static const StringID _units_dropdown[] = { |
709 "smooth_scroll", |
710 "smooth_scroll", |
710 "errmsg_duration", |
711 "errmsg_duration", |
711 "toolbar_pos", |
712 "toolbar_pos", |
712 "measure_tooltip", |
713 "measure_tooltip", |
713 "window_snap_radius", |
714 "window_snap_radius", |
714 "invisible_trees", |
|
715 "population_in_label", |
715 "population_in_label", |
716 "link_terraform_toolbar", |
716 "link_terraform_toolbar", |
717 "liveries", |
717 "liveries", |
718 "prefer_teamchat", |
718 "prefer_teamchat", |
719 /* While the horizontal scrollwheel scrolling is written as general code, only |
719 /* While the horizontal scrollwheel scrolling is written as general code, only |