|
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 "common/systems/movement/sysorbit.h"#include <cmath>#include <vector>#include <glm/gtx/string_cast.hpp>#include <tracy/Tracy.hpp>#include "common/actions/maneuver/commands.h"#include "common/components/coordinates.h"#include "common/components/maneuver.h"#include "common/components/orbit.h"#include "common/components/ships.h"#include "common/components/units.h"#include "common/util/nameutil.h"Namespaces | |
| namespace | cqsp |
| namespace | cqsp::common |
| namespace | cqsp::common::systems |