|
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/components/resourceledger.h"#include <algorithm>#include <limits>#include <ranges>#include <utility>Namespaces | |
| namespace | cqsp |
| namespace | cqsp::core |
| namespace | cqsp::core::components |
Macros | |
| #define | ITERATE_GOODS(name) |
| #define | compare(map, compare_to, comparison) |
Functions | |
| ResourceMap | cqsp::core::components::CopyVals (const ResourceMap &keys, const ResourceMap &values) |
| Creates a new resource ledger using the keys from one resource ledger, and the values from annother More... | |
| #define compare | ( | map, | |
| compare_to, | |||
| comparison | |||
| ) |
| #define ITERATE_GOODS | ( | name | ) |