Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/Empire/
H A DPopulationPool.cpp13 void PopulationPool::SetPopCenters(const std::vector<int>& pop_center_ids) { in SetPopCenters() function in PopulationPool
H A DPopulationPool.h27 void SetPopCenters(const std::vector<int>& pop_center_ids);
H A DEmpire.cpp628 m_population_pool.SetPopCenters(std::vector<int>()); in Eliminate()
2173 m_population_pool.SetPopCenters(pop_centers); in InitResourcePools()