File diff r8106:01dbd10fde05 → r8107:82461791b7a2
src/command.cpp
Show inline comments
 
@@ -13,12 +13,13 @@
 
#include "command.h"
 
#include "player.h"
 
#include "network/network.h"
 
#include "variables.h"
 
#include "genworld.h"
 
#include "newgrf_storage.h"
 
#include "tile.h"
 

	
 
const char *_cmd_text = NULL;
 

	
 
/**
 
 * Helper macro to define the header of all command handler macros.
 
 *