src/graph_gui.cpp
changeset 8224 c5a64d87cc54
parent 8179 60c4282e6de6
child 8254 1496654ca5e7
equal deleted inserted replaced
8223:2f64b8462e66 8224:c5a64d87cc54
    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