diff options
Diffstat (limited to 'src/station_func.h')
-rw-r--r-- | src/station_func.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/station_func.h b/src/station_func.h index 44aec087f..86aae1e56 100644 --- a/src/station_func.h +++ b/src/station_func.h @@ -43,6 +43,7 @@ void DeleteOilRig(TileIndex t); void UpdateStationDockingTiles(Station *st); void RemoveDockingTile(TileIndex t); void ClearDockingTilesCheckingNeighbours(TileIndex tile); +bool IsValidDockingDirectionForDock(TileIndex t, DiagDirection d); /* Check if a rail station tile is traversable. */ bool IsStationTileBlocked(TileIndex tile); |