![]() |
Blamite Game Engine - blam!
00285.12.18.20.1411.blamite
The core library for the Blamite Game Engine.
|
#include <map>
#include <string>
#include <Windows.h>
#include "components/resources/engine_globals/globals.h"
#include "components/diagnostics/errors/errors.h"
Go to the source code of this file.
Classes | |
class | BlamConfigurationSetting |
Class representing a configuration setting. More... | |
class | BlamConfigurationSection |
Structure representing a configuration section. More... | |
class | BlamConfigurationFile |
struct | Blam::Config::ConfigFile |
Namespaces | |
Blam | |
Namespace surrounding all major engine components. | |
Blam::Settings | |
Blam::Settings::Config | |
Namespace for anything related to engine configuration files. | |
Blam::Config | |
Namespace for legacy configuration compatiability. | |
Macros | |
#define | CONFIG_VER "1" |
The current version of the main engine configuration. More... | |
#define | CONFIG_COMMENT_DELIMETER "#" |
The character that indicates a commented-out line. More... | |
#define | CONFIG_DEFAULT_NAME "engine.cfg" |
The filename of the default engine configuration. More... | |
#define | CONFIG_COLOR_NAME "console_colors.cfg" |
The filename of the default console color configuration. More... | |
#define | ENGINE_CFG Blam::Config::GetConfig() |
Macro to allow quicker access to the main configuration file. More... | |
#define | BLAM |
#define BLAM |
#define CONFIG_COLOR_NAME "console_colors.cfg" |
The filename of the default console color configuration.
#define CONFIG_COMMENT_DELIMETER "#" |
The character that indicates a commented-out line.
#define CONFIG_DEFAULT_NAME "engine.cfg" |
The filename of the default engine configuration.
#define CONFIG_VER "1" |
The current version of the main engine configuration.
#define ENGINE_CFG Blam::Config::GetConfig() |
Macro to allow quicker access to the main configuration file.
|
strong |