(svn r19365) -Codechange: Move EnsureNoTrainOnTrackProc() to src/vehicle.cpp.

This commit is contained in:
alberth
2010-03-07 15:54:58 +00:00
parent 58012c6e6b
commit 29b79e03e8
5 changed files with 31 additions and 19 deletions

View File

@@ -300,7 +300,6 @@ static inline Money RailConvertCost(RailType from, RailType to)
}
void DrawTrainDepotSprite(int x, int y, int image, RailType railtype);
Vehicle *EnsureNoTrainOnTrackProc(Vehicle *v, void *data);
int TicksToLeaveDepot(const Train *v);
Foundation GetRailFoundation(Slope tileh, TrackBits bits);