Home
last modified time | relevance | path

Searched refs:num_evolved_warriors (Results 1 – 10 of 10) sorted by relevance

/dports/games/tycho/species/
H A Dgenus.hpp38 int num_evolved_warriors() const;
H A Dkingdom.hpp56 int num_evolved_warriors() const;
H A Dkingdom.cpp120 int CKingdom::num_evolved_warriors() const { in num_evolved_warriors() function in CKingdom
123 count += _genus[i]->num_evolved_warriors(); in num_evolved_warriors()
H A Dgenus.cpp71 int CGenus::num_evolved_warriors() const { in num_evolved_warriors() function in CGenus
H A Dvisitool.cpp125 …iors",kingdom()->num_genera(),kingdom()->num_evolving_species(),kingdom()->num_evolved_warriors()); in BEGIN_EVENT_TABLE()
/dports/games/species/species/
H A Dgenus.hpp38 int num_evolved_warriors() const;
H A Dkingdom.hpp56 int num_evolved_warriors() const;
H A Dkingdom.cpp120 int CKingdom::num_evolved_warriors() const { in num_evolved_warriors() function in CKingdom
123 count += _genus[i]->num_evolved_warriors(); in num_evolved_warriors()
H A Dgenus.cpp71 int CGenus::num_evolved_warriors() const { in num_evolved_warriors() function in CGenus
H A Dvisitool.cpp125 …iors",kingdom()->num_genera(),kingdom()->num_evolving_species(),kingdom()->num_evolved_warriors()); in BEGIN_EVENT_TABLE()