Home
last modified time | relevance | path

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

/dports/games/widelands/widelands-build21/src/ai/
H A Dai_help_structs.h255 struct FindNodeWater { struct
256 explicit FindNodeWater(const World& world);
H A Dai_help_structs.cc223 FindNodeWater::FindNodeWater(const World& world) : world_(world) { in FindNodeWater() function in Widelands::FindNodeWater
226 bool FindNodeWater::accept(const EditorGameBase& egbase, const FCoords& coord) const { in accept()
H A Ddefaultai.cc1509 FindNodeWater find_water(game().world()); in update_buildable_field()