#pragma once #include #include #include #include #include namespace ic_generator{ int Run( ConfigFile& the_config ); int Initialise( ConfigFile& the_config ); extern std::unique_ptr the_random_number_generator; extern std::unique_ptr the_output_plugin; extern std::unique_ptr the_cosmo_calc; }