summaryrefslogtreecommitdiff
path: root/src/station_func.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-06-23 21:44:48 +0000
committersmatz <smatz@openttd.org>2009-06-23 21:44:48 +0000
commit0045096403ed050cf972aef6d146535bbb88f713 (patch)
treec2d5afb33a93771903898ca7192ded5d3d40c731 /src/station_func.h
parent8bb88e5f7236738f2101b96a3d23a4252464a615 (diff)
downloadopenttd-0045096403ed050cf972aef6d146535bbb88f713.tar.xz
(svn r16640) -Codechange: move roadstop stuff to separate files
Diffstat (limited to 'src/station_func.h')
-rw-r--r--src/station_func.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/station_func.h b/src/station_func.h
index 893e12bc6..2b5fbf57d 100644
--- a/src/station_func.h
+++ b/src/station_func.h
@@ -30,9 +30,8 @@ void StationPickerDrawSprite(int x, int y, StationType st, RailType railtype, Ro
bool HasStationInUse(StationID station, CompanyID company);
-RoadStop * GetRoadStopByTile(TileIndex tile, RoadStopType type);
+RoadStop *GetRoadStopByTile(TileIndex tile, RoadStopType type);
uint GetNumRoadStops(const Station *st, RoadStopType type);
-RoadStop * AllocateRoadStop();
void ClearSlot(struct RoadVehicle *v);