![]() |
Blamite Game Engine - blam!
00272.10.26.20.0001.blamite
The core library for the Blamite Game Engine.
|
Structure to contain data for an option within a Config file. More...
#include <config.h>
Public Attributes | |
std::string | id |
The ID of the configuration setting, as it displays in the config file. More... | |
std::string | value |
The raw string value of the option, as it displays in the config file. More... | |
Structure to contain data for an option within a Config file.
std::string Blam::Config::ConfigOption::id |
The ID of the configuration setting, as it displays in the config file.
std::string Blam::Config::ConfigOption::value |
The raw string value of the option, as it displays in the config file.