|
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.
|
Go to the source code of this file.
Namespaces | |
| namespace | cqsp |
| namespace | cqsp::client |
| namespace | cqsp::client::systems |
Functions | |
| void | cqsp::client::systems::ResourceMapTable (const core::Universe &universe, const core::components::ResourceMap &ledger, const char *name) |
| void | cqsp::client::systems::ResourceMapTable (const core::Universe &universe, const core::components::ResourceVector &ledger, const char *name) |
| void | cqsp::client::systems::EntityLedgerTable (const core::Universe &universe, const std::vector< std::pair< entt::entity, double > > &ledger, const char *name) |
| void | cqsp::client::systems::EntityLedgerTable (const core::Universe &universe, const std::map< entt::entity, double > &ledger, const char *name) |