Browse Source

add FIXME

main
cinnaboot 6 months ago
parent
commit
fb97beb471
  1. 1
      src/simulation.h

1
src/simulation.h

@ -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);

Loading…
Cancel
Save