Go to the source code of this file.
|
STRINGS_API BlamResult | BlamStrings::Settings::Config::LoadConfiguration (std::string filename, std::string comment_delimeter, OUT BlamConfigurationFile **file) |
| Loads a new configuration file from disk. More...
|
|
STRINGS_API BlamResult | BlamStrings::Settings::Config::LoadConfiguration (std::string filename, std::string comment_delimeter, HMODULE dll_handle, int defaults_resource_id, OUT BlamConfigurationFile **file) |
| Loads a new configuration file from disk. More...
|
|
STRINGS_API BlamResult | BlamStrings::Settings::Config::LoadConfiguration (std::string filename, std::string comment_delimeter, HMODULE dll_handle, int defaults_resource_id, std::string defaults_resource_type, OUT BlamConfigurationFile **file) |
| Loads a new configuration file from disk. More...
|
|
◆ STRINGS_API
#define STRINGS_API __declspec(dllimport) |
◆ BlamConfigurationSettingType
Enumerator defining all possible configuration setting types.
Enumerator |
---|
String | Indicates the setting stores a string.
|
Boolean | Indicates the setting stores a bool.
|
Float | Indicates the setting stores a float.
|
Int | Indicates the setting stores an integer.
|
Color | Indicates the setting stores a color.
|
Comment | Used to indicate a comment within the file.
|