![]() |
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 <headlessapplication.h>
Public Member Functions | |
HeadlessApplication () | |
int | run () |
cqsp::asset::AssetManager & | GetAssetManager () |
cqsp::client::ConquerSpace & | GetGame () |
void | InitSimulationPtr () |
cqsp::common::systems::simulation::Simulation & | GetSimulation () |
Private Attributes | |
cqsp::asset::AssetManager | asset_manager |
cqsp::asset::AssetLoader | asset_loader |
cqsp::client::ConquerSpace | conquer_space |
std::unique_ptr< cqsp::common::systems::simulation::Simulation > | simulation |
std::map< std::string, HeadlessCommand > | command_map |
cqsp::headless::HeadlessApplication::HeadlessApplication | ( | ) |
cqsp::asset::AssetManager & cqsp::headless::HeadlessApplication::GetAssetManager | ( | ) |
cqsp::client::ConquerSpace & cqsp::headless::HeadlessApplication::GetGame | ( | ) |
cqsp::common::systems::simulation::Simulation & cqsp::headless::HeadlessApplication::GetSimulation | ( | ) |
void cqsp::headless::HeadlessApplication::InitSimulationPtr | ( | ) |
int cqsp::headless::HeadlessApplication::run | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |