1.3.49
 
Loading...
Searching...
No Matches
InitializeSimulation.h
1#ifndef HELIOS_INITIALIZESIMULATION_H
2#define HELIOS_INITIALIZESIMULATION_H
3
4#include "Context.h"
5
6void InitializeSimulation(const std::string &xml_input_file, helios::Context *context_ptr);
7
8#endif // HELIOS_INITIALIZESIMULATION_H