src/command.cpp
changeset 8604 8afdd9877afd
parent 8603 88c5ce6a5215
child 8610 17cc343a23dd
equal deleted inserted replaced
8603:88c5ce6a5215 8604:8afdd9877afd
     7 #include "table/strings.h"
     7 #include "table/strings.h"
     8 #include "strings.h"
     8 #include "strings.h"
     9 #include "functions.h"
     9 #include "functions.h"
    10 #include "landscape.h"
    10 #include "landscape.h"
    11 #include "map.h"
    11 #include "map.h"
       
    12 #include "tile_map.h"
    12 #include "gui.h"
    13 #include "gui.h"
    13 #include "command.h"
    14 #include "command.h"
    14 #include "player.h"
    15 #include "player.h"
    15 #include "network/network.h"
    16 #include "network/network.h"
    16 #include "variables.h"
    17 #include "variables.h"
    17 #include "genworld.h"
    18 #include "genworld.h"
    18 #include "newgrf_storage.h"
    19 #include "newgrf_storage.h"
    19 #include "tile.h"
       
    20 
    20 
    21 const char *_cmd_text = NULL;
    21 const char *_cmd_text = NULL;
    22 
    22 
    23 /**
    23 /**
    24  * Helper macro to define the header of all command handler macros.
    24  * Helper macro to define the header of all command handler macros.