|
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 <iostream>#include <map>#include <string>#include <utility>#include <vector>#include <entt/entt.hpp>#include "core/components/area.h"#include "core/components/resourceledger.h"#include "core/components/units.h"Go to the source code of this file.
Classes | |
| struct | cqsp::core::components::Energy |
| struct | cqsp::core::components::Unit |
| The unit name of the good. If it doesn't have it, then it's a quantity. More... | |
| struct | cqsp::core::components::Good |
| struct | cqsp::core::components::ConsumerGood |
| See SysPopulationConsumption for an explanation of these values More... | |
| struct | cqsp::core::components::Mineral |
| struct | cqsp::core::components::RawGood |
| struct | cqsp::core::components::LaborGood |
| struct | cqsp::core::components::FluidGood |
| struct | cqsp::core::components::IntermediateGood |
| struct | cqsp::core::components::CapitalGood |
| struct | cqsp::core::components::RecipeOutput |
| struct | cqsp::core::components::RecipeWorkers |
| struct | cqsp::core::components::Recipe |
| struct | cqsp::core::components::ConstructionCost |
| struct | cqsp::core::components::RecipeCost |
| struct | cqsp::core::components::ResourceConsumption |
| struct | cqsp::core::components::ResourceProduction |
| struct | cqsp::core::components::ResourceStockpile |
Namespaces | |
| namespace | cqsp |
| namespace | cqsp::core |
| namespace | cqsp::core::components |