DRDE/ACTK1_0/common/init.hpp
Ren RenJuan 5cd7a46f09 *
2014-01-09 01:35:37 +00:00

8 lines
123 B
C++

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