src/station.h
changeset 8109 a501ce9046c4
parent 8108 b42a0e5c67ef
child 8119 52b48108425a
--- 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 */