|
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 <map>#include <memory>#include <string>#include <vector>#include "client/conquerspace.h"#include "common/simulation.h"#include "common/universe.h"#include "engine/asset/assetloader.h"#include "engine/asset/assetmanager.h"Go to the source code of this file.
Classes | |
| class | cqsp::client::headless::HeadlessApplication |
Namespaces | |
| namespace | cqsp |
| namespace | cqsp::client |
| namespace | cqsp::client::headless |
Typedefs | |
| typedef int(* | cqsp::client::headless::HeadlessCommand) (ConquerSpace &, std::vector< std::string > arguments) |