src/station.h
changeset 8605 b1f538188811
parent 8604 8afdd9877afd
child 8615 6b91ca653bad
--- a/src/station.h	Wed Dec 19 23:26:02 2007 +0000
+++ b/src/station.h	Wed Dec 19 23:35:14 2007 +0000
@@ -294,6 +294,8 @@
 RoadStop * AllocateRoadStop();
 void ClearSlot(Vehicle *v);
 
+bool HasStationInUse(StationID station, PlayerID player);
+
 void DeleteOilRig(TileIndex t);
 
 #endif /* STATION_H */