summaryrefslogtreecommitdiff
path: root/src/station.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-05-24 08:52:28 +0000
committerrubidium <rubidium@openttd.org>2007-05-24 08:52:28 +0000
commit6b176e74c8d3c78c95fecfca1a9b882a7d33cd17 (patch)
treecc7580e4422273bf8d7dd165fb39cba3e40d754d /src/station.h
parent930957d132c3b47502cad69b1c01ca9a439d1729 (diff)
downloadopenttd-6b176e74c8d3c78c95fecfca1a9b882a7d33cd17.tar.xz
(svn r9908) -Codechange: prepare the station picker for more road types.
Diffstat (limited to 'src/station.h')
-rw-r--r--src/station.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/station.h b/src/station.h
index 87b0b1154..fb3bbd727 100644
--- a/src/station.h
+++ b/src/station.h
@@ -10,6 +10,7 @@
#include "oldpool.h"
#include "sprite.h"
#include "tile.h"
+#include "road.h"
#include "newgrf_station.h"
#include <list>
@@ -271,7 +272,7 @@ void GetAcceptanceAroundTiles(AcceptedCargo accepts, TileIndex tile, int w, int
const DrawTileSprites *GetStationTileLayout(byte gfx);
-void StationPickerDrawSprite(int x, int y, RailType railtype, int image);
+void StationPickerDrawSprite(int x, int y, RailType railtype, RoadType roadtype, int image);
RoadStop * GetRoadStopByTile(TileIndex tile, RoadStop::Type type);
uint GetNumRoadStops(const Station* st, RoadStop::Type type);