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

This commit is contained in:
alberth
2010-03-07 15:54:58 +00:00
parent cca91d7e75
commit 014f651e65
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);