Home
last modified time | relevance | path

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

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dstack.h317 Hero *getFirstHeroWithoutAQuest() const;
H A Dstack.cpp1106 Hero *Stack::getFirstHeroWithoutAQuest() const in getFirstHeroWithoutAQuest() function in Stack
H A Dgame.cpp565 Hero *hero = stack->getFirstHeroWithoutAQuest(); in search_stack()