Pop-Engine/Pop Engine/Population.cpp

9 lines
164 B
C++
Raw Normal View History

2019-08-12 16:25:03 +00:00
#include "Population.h"
2019-08-22 15:56:53 +00:00
#include "Production.h"
#include "Market.h"
void Population::work(){
goods = pop * ability / career->get_production()->get_value();
}