equal
deleted
inserted
replaced
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 "functions.h" |
8 #include "functions.h" |
9 #include "strings.h" |
|
10 #include "table/sprites.h" |
9 #include "table/sprites.h" |
11 #include "table/strings.h" |
10 #include "table/strings.h" |
12 #include "town.h" |
11 #include "town.h" |
13 #include "gfx.h" |
12 #include "gfx.h" |
14 #include "viewport.h" |
13 #include "viewport.h" |
18 #include "command.h" |
17 #include "command.h" |
19 #include "player.h" |
18 #include "player.h" |
20 #include "network/network.h" |
19 #include "network/network.h" |
21 #include "variables.h" |
20 #include "variables.h" |
22 #include "helpers.hpp" |
21 #include "helpers.hpp" |
|
22 #include "strings_func.h" |
23 |
23 |
24 enum TownAuthorityWidget { |
24 enum TownAuthorityWidget { |
25 TWA_CLOSEBOX = 0, |
25 TWA_CLOSEBOX = 0, |
26 TWA_CAPTION, |
26 TWA_CAPTION, |
27 TWA_RATING_INFO, |
27 TWA_RATING_INFO, |