Home
last modified time | relevance | path

Searched refs:recruitHero (Results 1 – 4 of 4) sorted by relevance

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dgame.h246 bool recruitHero(HeroProto *hero, City *city, int gold);
H A Dgame.cpp167 (p->srecruitingHero.connect(sigc::mem_fun(this, &Game::recruitHero))); in addPlayer()
1350 bool Game::recruitHero(HeroProto *hero, City *city, int gold) in recruitHero() function in Game
H A Dplayer.h764 …void recruitHero(HeroProto* hero, City *city, int cost, int alliesCount, const ArmyProto *ally, St…
H A Dplayer.cpp2499 void Player::recruitHero(HeroProto* heroproto, City *city, int cost, int alliesCount, const ArmyPro… in recruitHero() function in Player
4089 recruitHero(heroproto, city, gold_needed, alliesCount, ally, stacks); in maybeRecruitHero()