Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/src/formula/
H A Dcallable_objects.hpp123 class unit_type_callable : public formula_callable class
126 explicit unit_type_callable(const unit_type& u) : u_(u) in unit_type_callable() function in wfl::unit_type_callable