Home
last modified time | relevance | path

Searched refs:SLOPE_HALFTILE (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dslope_type.h71SLOPE_HALFTILE = 0x20, ///< one halftile is leveled (non continuo… enumerator
73 …SLOPE_HALFTILE_W = SLOPE_HALFTILE | (CORNER_W << 6), ///< the west halftile is leveled (non con…
74 …SLOPE_HALFTILE_S = SLOPE_HALFTILE | (CORNER_S << 6), ///< the south halftile is leveled (non co…
75 …SLOPE_HALFTILE_E = SLOPE_HALFTILE | (CORNER_E << 6), ///< the east halftile is leveled (non con…
76 …SLOPE_HALFTILE_N = SLOPE_HALFTILE | (CORNER_N << 6), ///< the north halftile is leveled (non co…
H A Dslope_func.h49 return (s & SLOPE_HALFTILE) != 0; in IsHalftileSlope()
277 return (Slope)(s | SLOPE_HALFTILE | (corner << 6)); in HalftileSlope()