DRDE/ACTK1_0/common/init.hpp
Ren RenJuan 2b472021c9 *
2014-01-10 20:05:42 +00:00

9 lines
150 B
C++

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