|
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 "client/scenes/universe/interface/spaceshipwindow.h"#include "client/scenes/universe/views/starsystemrenderer.h"#include "common/actions/maneuver/basicmaneuver.h"#include "common/actions/maneuver/commands.h"#include "common/actions/maneuver/hohmann.h"#include "common/actions/maneuver/rendezvous.h"#include "common/actions/maneuver/transfers.h"#include "common/components/coordinates.h"#include "common/components/maneuver.h"#include "common/components/orbit.h"#include "common/components/ships.h"#include "common/components/surface.h"#include "common/util/nameutil.h"Namespaces | |
| namespace | cqsp |
| namespace | cqsp::client |
| namespace | cqsp::client::systems |