#ifndef CONFIG_LOADER_H #define CONFIG_LOADER_H #include "simulation.h" #include "../ext/tomlc17/src/tomlc17.h" bool load_system_config(SimulationState* sim, const char* filepath); #endif