Searched defs:reachmap (Results 1 – 1 of 1) sorted by relevance
/dports/games/wesnoth/wesnoth-1.14.17/src/ai/default/ |
H A D | ca.cpp | 608 treachmap reachmap; in get_villages() local 650 treachmap& reachmap, in find_villages() 768 void get_villages_phase::dispatch(treachmap& reachmap, tmoves& moves) in dispatch() 828 bool get_villages_phase::dispatch_unit_simple(treachmap& reachmap, tmoves& moves) in dispatch_unit_simple() 873 treachmap& reachmap, tmoves& moves, size_t& village_count) in dispatch_village_simple() 925 treachmap& reachmap, tmoves& moves, const map_location& village) in remove_village() 942 treachmap& reachmap, tmoves& moves, treachmap::iterator unit) in remove_unit() 958 treachmap& reachmap, tmoves& moves, const size_t village_count) in dispatch_complex() 1269 void get_villages_phase::full_dispatch(treachmap& reachmap, tmoves& moves) in full_dispatch() 1279 void get_villages_phase::dump_reachmap(treachmap& reachmap) in dump_reachmap()
|