DRDE/ACTK1_0/common/init.hpp
Ren RenJuan bc12879ab5 *
2014-01-16 15:35:39 +00:00

9 lines
187 B
C++

#ifndef __INIT_HPP
#define __INIT_HPP
#include <string>
void init(const std::string &system_props_file);
void scenario(int which,const std::string &system_props_file);
#endif