summaryrefslogtreecommitdiff
path: root/src/rail.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-03-07 15:54:58 +0000
committeralberth <alberth@openttd.org>2010-03-07 15:54:58 +0000
commit29b79e03e80f0e57f9af5ec4eeedc6de205f201b (patch)
tree5b37b2a70727b65ca2d7dd5be9c87c7aa57f01ef /src/rail.h
parent58012c6e6bde1dc6d480d928de24773f75957938 (diff)
downloadopenttd-29b79e03e80f0e57f9af5ec4eeedc6de205f201b.tar.xz
(svn r19365) -Codechange: Move EnsureNoTrainOnTrackProc() to src/vehicle.cpp.
Diffstat (limited to 'src/rail.h')
-rw-r--r--src/rail.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rail.h b/src/rail.h
index aaa592da9..68efa0121 100644
--- a/src/rail.h
+++ b/src/rail.h
@@ -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);