#include "tile_type.h"
#include "map_func.h"
#include "tunnelbridge_map.h"
Go to the source code of this file.
Functions | |
static uint | GetTunnelBridgeLength (TileIndex begin, TileIndex end) |
Calculates the length of a tunnel or a bridge (without end tiles). |
Definition in file tunnelbridge.h.
Calculates the length of a tunnel or a bridge (without end tiles).
Definition at line 16 of file tunnelbridge.h.
References abs(), TileX(), and TileY().
Referenced by CmdBuildRoad(), CmdConvertRail(), CFollowTrackT< Ttr_type_, T90deg_turns_allowed_ >::FollowTileExit(), GetRailTrackBitsUniversal(), and RemoveRoad().