Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/src/scripting/
H A Dlua_unit_attacks.cpp33 struct attack_ref { struct
36 attack_ref(attack_ptr atk) : attack(atk), cattack(atk) {} in attack_ref() function
37 attack_ref(const_attack_ptr atk) : cattack(atk) {} in attack_ref() argument