#include "../include/Environment.h" namespace environment { bool Environment::init (std::string section, const char * filename, const char ** list_section) { return component_data->init(section, filename, list_section); } };