File diff r6152:985ea6ad0695 → r6153:c45b80eecb6a
src/vehicle.h
Show inline comments
 
@@ -427,7 +427,7 @@ typedef struct GetNewVehiclePosResult {
 
Trackdir GetVehicleTrackdir(const Vehicle* v);
 

	
 
/* returns true if staying in the same tile */
 
void GetNewVehiclePos(const Vehicle *v, GetNewVehiclePosResult *gp);
 
GetNewVehiclePosResult GetNewVehiclePos(const Vehicle *v);
 
Direction GetDirectionTowards(const Vehicle* v, int x, int y);
 

	
 
#define BEGIN_ENUM_WAGONS(v) do {