DRDE/AusRegEPPTK/common/init.hpp

9 lines
123 B
C++
Raw Normal View History

2013-12-31 19:36:07 +00:00
#ifndef __INIT_HPP
#define __INIT_HPP
#include <string>
2014-01-08 05:00:04 +00:00
void init(const std::string &system_props_file);
2013-12-31 19:36:07 +00:00
#endif