#include <map>
#include <string>
#include <Windows.h>
#include <Strings/components/settings/config/config.h>
#include "components/resources/engine_globals/globals.h"
#include "components/diagnostics/errors/errors.h"
Go to the source code of this file.
◆ BLAM
◆ CONFIG_COLOR_NAME
#define CONFIG_COLOR_NAME "console_colors.cfg" |
The filename of the default console color configuration.
◆ CONFIG_COMMENT_DELIMETER
#define CONFIG_COMMENT_DELIMETER "#" |
The character that indicates a commented-out line.
◆ CONFIG_DEFAULT_NAME
#define CONFIG_DEFAULT_NAME "engine.cfg" |
The filename of the default engine configuration.
◆ CONFIG_VER
The current version of the main engine configuration.
◆ ENGINE_CFG
Macro to allow quicker access to the main configuration file.
- Deprecated:
- Will be removed in the future, only works using legacy configuration system.