summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-10-16 09:13:04 +0000
committertron <tron@openttd.org>2005-10-16 09:13:04 +0000
commite3d1e435593b1a8b47f07ba2db2a7bb70ab27012 (patch)
tree3d8e77c53a48b7cf354777fe120740126f2a7615 /functions.h
parentd318f3763ad44fff235ab132c11797090b5499c6 (diff)
downloadopenttd-e3d1e435593b1a8b47f07ba2db2a7bb70ab27012.tar.xz
(svn r3049) Replace byte/int/uint by RailType where appropriate
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/functions.h b/functions.h
index d5fcd6c50..a73a828ef 100644
--- a/functions.h
+++ b/functions.h
@@ -55,13 +55,6 @@ void DrawClearLandTile(const TileInfo *ti, byte set);
void DrawClearLandFence(const TileInfo *ti);
void TileLoopClearHelper(TileIndex tile);
-/* station_land.c */
-void StationPickerDrawSprite(int x, int y, int railtype, int image);
-
-/* track_land.c */
-void DrawTrainDepotSprite(int x, int y, int image, int railtype);
-void DrawDefaultWaypointSprite(int x, int y, int railtype);
-
/* road_land.c */
void DrawRoadDepotSprite(int x, int y, int image);