diff -r 8afdd9877afd -r b1f538188811 src/station.h --- 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 */