|
|
|
|
@ -57,6 +57,7 @@ double calculate_soi_radius(CelestialBody* body, CelestialBody* parent);
|
|
|
|
|
|
|
|
|
|
void compute_global_coordinates(SimulationState* sim); |
|
|
|
|
|
|
|
|
|
// FIXME: don't need to be interface functions
|
|
|
|
|
// Simulation update helper functions
|
|
|
|
|
void update_bodies_physics(SimulationState* sim); |
|
|
|
|
void update_spacecraft_physics(SimulationState* sim); |
|
|
|
|
|