|
Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
|
#include "core/loading/loadcities.h"#include <spdlog/spdlog.h>#include <string>#include <vector>#include "core/actions/factoryconstructaction.h"#include "core/components/area.h"#include "core/components/coordinates.h"#include "core/components/infrastructure.h"#include "core/components/market.h"#include "core/components/name.h"#include "core/components/organizations.h"#include "core/components/population.h"#include "core/components/spaceport.h"#include "core/components/surface.h"#include "core/util/nameutil.h"Namespaces | |
| namespace | cqsp |
| namespace | cqsp::core |
| namespace | cqsp::core::loading |
| std::vector<std::string> entities |