equal
deleted
inserted
replaced
14 #include "cargotype.h" |
14 #include "cargotype.h" |
15 #include "strings_func.h" |
15 #include "strings_func.h" |
16 #include "core/alloc_func.hpp" |
16 #include "core/alloc_func.hpp" |
17 #include "window_func.h" |
17 #include "window_func.h" |
18 #include "date_func.h" |
18 #include "date_func.h" |
|
19 #include "gfx_func.h" |
19 |
20 |
20 /* Bitmasks of player and cargo indices that shouldn't be drawn. */ |
21 /* Bitmasks of player and cargo indices that shouldn't be drawn. */ |
21 static uint _legend_excluded_players; |
22 static uint _legend_excluded_players; |
22 static uint _legend_excluded_cargo; |
23 static uint _legend_excluded_cargo; |
23 |
24 |