|
Aeon Engine c550894
AeonGames Open Source Game Engine
|
Loads and stores engine configuration from a protobuf file. More...
#include <C:/Code/AeonEngine/engine/include/Configuration.h>

Public Member Functions | |
| Configuration (const std::string &aFilename) | |
| Constructs a Configuration by loading from the specified file. | |
| ~Configuration () | |
| Destructor. | |
Loads and stores engine configuration from a protobuf file.
Definition at line 35 of file Configuration.h.
| AeonGames::Configuration::Configuration | ( | const std::string & | aFilename | ) |
Constructs a Configuration by loading from the specified file.
| aFilename | Path to the configuration file. |
Definition at line 28 of file Configuration.cpp.