src/command.cpp
changeset 8254 1496654ca5e7
parent 8247 16e1c8db6f55
child 8264 b1e85998c7d3
equal deleted inserted replaced
8253:eec832095805 8254:1496654ca5e7
     7 #include "table/strings.h"
     7 #include "table/strings.h"
     8 #include "landscape.h"
     8 #include "landscape.h"
     9 #include "tile_map.h"
     9 #include "tile_map.h"
    10 #include "gui.h"
    10 #include "gui.h"
    11 #include "command_func.h"
    11 #include "command_func.h"
    12 #include "player.h"
       
    13 #include "network/network.h"
    12 #include "network/network.h"
    14 #include "variables.h"
    13 #include "variables.h"
    15 #include "genworld.h"
    14 #include "genworld.h"
    16 #include "newgrf_storage.h"
    15 #include "newgrf_storage.h"
    17 #include "strings_func.h"
    16 #include "strings_func.h"
    18 #include "gfx_func.h"
    17 #include "gfx_func.h"
    19 #include "functions.h"
    18 #include "functions.h"
    20 #include "town.h"
    19 #include "town.h"
    21 #include "date_func.h"
    20 #include "date_func.h"
    22 #include "debug.h"
    21 #include "debug.h"
       
    22 #include "player_func.h"
       
    23 #include "player_base.h"
    23 
    24 
    24 const char *_cmd_text = NULL;
    25 const char *_cmd_text = NULL;
    25 
    26 
    26 /**
    27 /**
    27  * Helper macro to define the header of all command handler macros.
    28  * Helper macro to define the header of all command handler macros.