9 lines
123 B
C++
9 lines
123 B
C++
|
#ifndef __INIT_HPP
|
||
|
#define __INIT_HPP
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
void init(const std::string& system_props_file);
|
||
|
|
||
|
#endif
|