File diff r21382:9d5f35b3c6bb → r21383:942c32fb8b0e
src/train_cmd.cpp
Show inline comments
 
@@ -39,6 +39,8 @@
 
#include "table/strings.h"
 
#include "table/train_cmd.h"
 

	
 
#include "safeguards.h"
 

	
 
static Track ChooseTrainTrack(Train *v, TileIndex tile, DiagDirection enterdir, TrackBits tracks, bool force_res, bool *got_reservation, bool mark_stuck);
 
static bool TrainCheckIfLineEnds(Train *v, bool reverse = true);
 
bool TrainController(Train *v, Vehicle *nomove, bool reverse = true); // Also used in vehicle_sl.cpp.