File diff r18880:d1db1f3ee26b → r18881:ca79a2e629a6
src/train_gui.cpp
Show inline comments
 
@@ -8,21 +8,17 @@
 
 */
 

	
 
/** @file train_gui.cpp GUI for trains. */
 

	
 
#include "stdafx.h"
 
#include "window_gui.h"
 
#include "gfx_func.h"
 
#include "command_func.h"
 
#include "vehicle_gui.h"
 
#include "train.h"
 
#include "strings_func.h"
 
#include "vehicle_func.h"
 
#include "window_func.h"
 

	
 
#include "table/sprites.h"
 
#include "table/strings.h"
 

	
 
/**
 
 * Callback for building wagons.
 
 * @param result The result of the command.
 
 * @param tile   The tile the command was executed on.