From fb97beb4718208c81c773a3557c2be5332f243fa Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Thu, 22 Jan 2026 10:36:20 -0500 Subject: [PATCH] add FIXME --- src/simulation.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/simulation.h b/src/simulation.h index 59bf24d..276d696 100644 --- a/src/simulation.h +++ b/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);