![]() |
Blamite Game Engine - Foundry (Library)
00390.07.02.23.1947.blamite
A unified editing environment for Blamite, meant to be used as an alternative to the legacy editing tools.
|
#include <Strings/components/settings/config/config.h>
#include <Strings/components/diagnostics/errors/errors.h>
Go to the source code of this file.
Namespaces | |
Foundry | |
Foundry::Settings | |
Foundry::Settings::Config | |
Namespace for anything related to Foundry's configuration. | |
Macros | |
#define | FOUNDRY |
#define | FOUNDRY_LIB_API __declspec(dllimport) |
#define | FOUNDRY_CONFIG_DEFAULT_NAME "foundry.cfg" |
The default filename for Foundry's configuration. More... | |
Functions | |
FOUNDRY_LIB_API BlamResult | Foundry::Settings::Config::LoadConfig () |
Loads the default foundry configuration file. More... | |
FOUNDRY_LIB_API bool | Foundry::Settings::Config::IsConfigReady () |
Checks whether the configuration file is ready for use. More... | |
FOUNDRY_LIB_API BlamConfigurationFile * | Foundry::Settings::Config::GetConfig () |
Retrieves the Foundry configuration. More... | |
#define FOUNDRY |
#define FOUNDRY_CONFIG_DEFAULT_NAME "foundry.cfg" |
The default filename for Foundry's configuration.
#define FOUNDRY_LIB_API __declspec(dllimport) |