summaryrefslogtreecommitdiff
path: root/rail.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-01-05 12:40:50 +0000
committertron <tron@openttd.org>2006-01-05 12:40:50 +0000
commite272b03feea5b4c870dd4af5be9071c903c6173d (patch)
treed69972d96a0b32848f54422f41b00cf39d06c5f7 /rail.h
parent980e8f525b924491915571c2ed03469bd6751047 (diff)
downloadopenttd-e272b03feea5b4c870dd4af5be9071c903c6173d.tar.xz
(svn r3365) Staticise 36 functions
Diffstat (limited to 'rail.h')
-rw-r--r--rail.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rail.h b/rail.h
index 04006efc7..0b0ebfb33 100644
--- a/rail.h
+++ b/rail.h
@@ -638,7 +638,6 @@ static inline bool TracksOverlap(TrackBits bits)
return true;
}
-void DrawTrackBits(TileInfo *ti, TrackBits track, bool earth, bool snow, bool flat);
void DrawTrainDepotSprite(int x, int y, int image, RailType railtype);
void DrawDefaultWaypointSprite(int x, int y, RailType railtype);
#endif /* RAIL_H */