Function Blam::Config::LoadConfig(std::string)

Function Documentation

int Blam::Config::LoadConfig(std::string filename)

Loads a configuration file from the specified path.

Return

- Will return negative if the file failed to load, will return 0 if file was loaded without error.

Parameters
  • filename: - The path to the configuration file