Home
last modified time | relevance | path

Searched defs:CheckStepOwnTerritory (Results 1 – 2 of 2) sorted by relevance

/dports/games/widelands/widelands-build21/src/ai/
H A Dai_help_structs.h153 struct CheckStepOwnTerritory { struct
159 Player* player;
160 uint8_t movecaps;
161 bool open_end;
H A Dai_help_structs.cc88 CheckStepOwnTerritory::CheckStepOwnTerritory(Player* const pl, uint8_t const mc, bool const oe) in CheckStepOwnTerritory() function in Widelands::CheckStepOwnTerritory