#ifndef SIMENGINE_H #define SIMENGINE_H #include "configure_prosim_paths.h"
#include <libconfig.h++>
#include <libconfig.h++> void Simulation(const std::string, const std::shared_ptr<Config>&); void Global_LoadConfig( std::shared_ptr<CLA::LOGGER>&, std::unique_ptr<PhysiologyEngine>&, const std::shared_ptr<Config>&, CLA::Environment&); void update_env_variables_for_realtime(CLA::Environment& );
#endif