#ifndef CONFIG_H_ #define CONFIG_H_ #include #include #include #include void load_config(std::string config_path); #endif