#include "stdafx.h"#include "micropolis.h"#include "text.h"Go to the source code of this file.
Variables | |
| static const int | CENSUS_FREQUENCY_10 = 4 |
| static const int | CENSUS_FREQUENCY_120 = CENSUS_FREQUENCY_10 * 12 |
| static const int | TAX_FREQUENCY = 48 |
Definition in file simulate.cpp.
const int CENSUS_FREQUENCY_10 = 4 [static] |
How often to perform the short term census.
Definition at line 80 of file simulate.cpp.
const int CENSUS_FREQUENCY_120 = CENSUS_FREQUENCY_10 * 12 [static] |
How often to perform the long term census.
Definition at line 86 of file simulate.cpp.
const int TAX_FREQUENCY = 48 [static] |
How often to collect taxes.
Definition at line 91 of file simulate.cpp.
1.5.6