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
commit66bf4f863dc4e98a16772f661f6b3e214c3d92f1 (patch)
tree3d8e77c53a48b7cf354777fe120740126f2a7615 /functions.h
parentab657338ec74150e083f2b04a2c3975e1546ad13 (diff)
downloadopenttd-66bf4f863dc4e98a16772f661f6b3e214c3d92f1.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);