diff options
Diffstat (limited to 'src/station.h')
-rw-r--r-- | src/station.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/station.h b/src/station.h index 226eddc0c..8000bee91 100644 --- a/src/station.h +++ b/src/station.h @@ -277,4 +277,6 @@ static inline bool IsBuoy(const Station* st) return (st->had_vehicle_of_type & HVOT_BUOY) != 0; /* XXX: We should really ditch this ugly coding and switch to something sane... */ } +void DeleteOilRig(TileIndex t); + #endif /* STATION_H */ |