Example #1
0
Configuration::Configuration()
{
	ConfigFileReader reader;
	reader.ReadFile(CONFIG_PATH, this);
}