Home
last modified time | relevance | path

Searched refs:GrandStrategyHeroStringToIndex (Results 1 – 2 of 2) sorted by relevance

/dports/games/wyrmgus/Wyrmgus-3.5.4/src/stratagus/
H A Dgrand_strategy.cpp72 std::map<std::string, int> GrandStrategyHeroStringToIndex; variable
284 …if (!hero_full_name.empty() && GrandStrategyHeroStringToIndex.find(hero_full_name) != GrandStrateg… in GetHero()
285 return this->Heroes[GrandStrategyHeroStringToIndex[hero_full_name]]; in GetHero()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/
H A Dgrand_strategy.h320 extern std::map<std::string, int> GrandStrategyHeroStringToIndex;