DRDE/ACTK1_0/common/init.hpp

10 lines
187 B
C++
Raw Normal View History

#ifndef __INIT_HPP
#define __INIT_HPP
#include <string>
2014-01-09 01:35:37 +00:00
void init(const std::string &system_props_file);
2014-01-16 15:35:39 +00:00
void scenario(int which,const std::string &system_props_file);
#endif