Home
last modified time | relevance | path

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

/dports/games/widelands/widelands-build21/src/logic/map_objects/tribes/
H A Dtribe_descr.h127 const std::vector<std::string>& waterway_paths() const;
H A Dtribes.cc335 for (const std::string& texture_path : tribe->waterway_paths()) { in load_graphics()
H A Dtribe_descr.cc393 const std::vector<std::string>& TribeDescr::waterway_paths() const { in waterway_paths() function in Widelands::TribeDescr