From f538179878370b3bec8bf1575dc30c1377461ebc Mon Sep 17 00:00:00 2001 From: peter1138 Date: Mon, 11 Mar 2019 10:37:47 +0000 Subject: Feature: Multi-tile docks and docking points. --- src/station_func.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/station_func.h') diff --git a/src/station_func.h b/src/station_func.h index a6d082b93..44aec087f 100644 --- a/src/station_func.h +++ b/src/station_func.h @@ -40,6 +40,9 @@ void StationPickerDrawSprite(int x, int y, StationType st, RailType railtype, Ro bool HasStationInUse(StationID station, bool include_company, CompanyID company); void DeleteOilRig(TileIndex t); +void UpdateStationDockingTiles(Station *st); +void RemoveDockingTile(TileIndex t); +void ClearDockingTilesCheckingNeighbours(TileIndex tile); /* Check if a rail station tile is traversable. */ bool IsStationTileBlocked(TileIndex tile); -- cgit v1.2.3-54-g00ecf