summaryrefslogtreecommitdiff
path: root/src/station.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2007-12-19 23:35:14 +0000
committersmatz <smatz@openttd.org>2007-12-19 23:35:14 +0000
commit0e727b8e631837ad643b536f5af9dbe6b5444ae6 (patch)
tree0ec3573300b058bad88b58f00714b8161888ffd8 /src/station.h
parentbe923601bfba2e76bdf0b32af6d3f7f5e862b3a9 (diff)
downloadopenttd-0e727b8e631837ad643b536f5af9dbe6b5444ae6.tar.xz
(svn r11670) -Feature [FS#1565]: list neutral stations where the player has service in the station list too
Diffstat (limited to 'src/station.h')
-rw-r--r--src/station.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/station.h b/src/station.h
index 77896448a..67173f559 100644
--- a/src/station.h
+++ b/src/station.h
@@ -294,6 +294,8 @@ uint GetNumRoadStops(const Station* st, RoadStop::Type type);
RoadStop * AllocateRoadStop();
void ClearSlot(Vehicle *v);
+bool HasStationInUse(StationID station, PlayerID player);
+
void DeleteOilRig(TileIndex t);
#endif /* STATION_H */