src/graph_gui.cpp
changeset 8626 440dfcd14c4a
parent 8617 931e0970d509
child 8627 448ebf3a8291
equal deleted inserted replaced
8625:917bf7147a48 8626:440dfcd14c4a
    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