equal
deleted
inserted
replaced
11 #include "window_gui.h" |
11 #include "window_gui.h" |
12 #include "player.h" |
12 #include "player.h" |
13 #include "economy_func.h" |
13 #include "economy_func.h" |
14 #include "variables.h" |
14 #include "variables.h" |
15 #include "date.h" |
15 #include "date.h" |
16 #include "helpers.hpp" |
|
17 #include "cargotype.h" |
16 #include "cargotype.h" |
18 #include "strings_func.h" |
17 #include "strings_func.h" |
|
18 #include "core/alloc_func.hpp" |
19 |
19 |
20 /* Bitmasks of player and cargo indices that shouldn't be drawn. */ |
20 /* Bitmasks of player and cargo indices that shouldn't be drawn. */ |
21 static uint _legend_excluded_players; |
21 static uint _legend_excluded_players; |
22 static uint _legend_excluded_cargo; |
22 static uint _legend_excluded_cargo; |
23 |
23 |