Home
last modified time | relevance | path

Searched refs:_PathFree (Results 1 – 3 of 3) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/landscape/
H A DC4Landscape.h129 …bool _PathFree(int32_t x, int32_t y, int32_t x2, int32_t y2) const; // quickly checks wether there…
H A DC4PXS.cpp83 if (::Landscape._PathFree(iX, iY, iToX, iToY)) in Execute()
H A DC4Landscape.cpp3831 bool C4Landscape::_PathFree(int32_t x, int32_t y, int32_t x2, int32_t y2) const in _PathFree() function in C4Landscape