src/tunnelbridge_map.h
changeset 8604 8afdd9877afd
parent 8596 27646407e0bc
child 8635 3bbb6f87fced
equal deleted inserted replaced
8603:88c5ce6a5215 8604:8afdd9877afd
     6 #define TUNNELBRIDGE_MAP_H
     6 #define TUNNELBRIDGE_MAP_H
     7 
     7 
     8 #include "direction_func.h"
     8 #include "direction_func.h"
     9 #include "core/bitmath_func.hpp"  /* GB, HasBit, SB */
     9 #include "core/bitmath_func.hpp"  /* GB, HasBit, SB */
    10 #include "map.h"                  /* Tile, TileIndex */
    10 #include "map.h"                  /* Tile, TileIndex */
    11 #include "tile.h"                 /* TileType, IsTileType */
    11 #include "tile_map.h"             /* TileType, IsTileType */
    12 #include "openttd.h"              /* TransportType */
    12 #include "openttd.h"              /* TransportType */
    13 
    13 
    14 
    14 
    15 /**
    15 /**
    16  * Tunnel: Get the direction facing out of the tunnel
    16  * Tunnel: Get the direction facing out of the tunnel