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
commit4a80cf848209962a378019f74a318994370d3fd7 (patch)
tree0ec3573300b058bad88b58f00714b8161888ffd8 /src/station.h
parent5b49e754535d48bb42575bc987e9c8f3251cf595 (diff)
downloadopenttd-4a80cf848209962a378019f74a318994370d3fd7.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 */