src/station_func.h
changeset 9334 28ac6c8e0795
parent 8787 41d9d5adbe87
child 10207 c291a21b304e
equal deleted inserted replaced
9333:2da01b3b71d8 9334:28ac6c8e0795
    45 bool IsStationTileBlocked(TileIndex tile);
    45 bool IsStationTileBlocked(TileIndex tile);
    46 
    46 
    47 /* Check if a rail station tile is electrifiable. */
    47 /* Check if a rail station tile is electrifiable. */
    48 bool IsStationTileElectrifiable(TileIndex tile);
    48 bool IsStationTileElectrifiable(TileIndex tile);
    49 
    49 
       
    50 void UpdateAirportsNoise();
    50 
    51 
    51 #endif /* STATION_FUNC_H */
    52 #endif /* STATION_FUNC_H */