equal
deleted
inserted
replaced
3 /** @file town_gui.cpp */ |
3 /** @file town_gui.cpp */ |
4 |
4 |
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 "table/sprites.h" |
|
9 #include "table/strings.h" |
|
10 #include "town.h" |
8 #include "town.h" |
11 #include "viewport_func.h" |
9 #include "viewport_func.h" |
12 #include "gfx_func.h" |
10 #include "gfx_func.h" |
13 #include "gui.h" |
11 #include "gui.h" |
14 #include "window_gui.h" |
12 #include "window_gui.h" |
21 #include "variables.h" |
19 #include "variables.h" |
22 #include "strings_func.h" |
20 #include "strings_func.h" |
23 #include "economy_func.h" |
21 #include "economy_func.h" |
24 #include "core/alloc_func.hpp" |
22 #include "core/alloc_func.hpp" |
25 |
23 |
|
24 #include "table/sprites.h" |
|
25 #include "table/strings.h" |
|
26 |
26 enum TownAuthorityWidget { |
27 enum TownAuthorityWidget { |
27 TWA_CLOSEBOX = 0, |
28 TWA_CLOSEBOX = 0, |
28 TWA_CAPTION, |
29 TWA_CAPTION, |
29 TWA_RATING_INFO, |
30 TWA_RATING_INFO, |
30 TWA_COMMAND_LIST, |
31 TWA_COMMAND_LIST, |