The Battle for Wesnoth  1.19.0-dev
Macros | Functions | Variables
game_config_manager.cpp File Reference
#include "game_config_manager.hpp"
#include "about.hpp"
#include "addon/manager.hpp"
#include "ai/configuration.hpp"
#include "events.hpp"
#include "formatter.hpp"
#include "formula/string_utils.hpp"
#include "game_classification.hpp"
#include "game_config.hpp"
#include "game_version.hpp"
#include "gettext.hpp"
#include "gui/dialogs/loading_screen.hpp"
#include "gui/dialogs/wml_error.hpp"
#include "hotkey/hotkey_item.hpp"
#include "language.hpp"
#include "log.hpp"
#include "picture.hpp"
#include "preferences/advanced.hpp"
#include "preferences/general.hpp"
#include "scripting/game_lua_kernel.hpp"
#include "serialization/schema_validator.hpp"
#include "sound.hpp"
#include "serialization/string_utils.hpp"
#include "terrain/builder.hpp"
#include "terrain/type_data.hpp"
#include "theme.hpp"
#include "units/types.hpp"
Include dependency graph for game_config_manager.cpp:

Go to the source code of this file.

Macros

#define ERR_CONFIG   LOG_STREAM(err, log_config)
 
#define WRN_CONFIG   LOG_STREAM(warn, log_config)
 
#define LOG_CONFIG   LOG_STREAM(info, log_config)
 

Functions

static void show_deprecated_warnings (config &umc_cfg)
 

Variables

static lg::log_domain log_config ("config")
 
static game_config_managersingleton
 

Macro Definition Documentation

◆ ERR_CONFIG

#define ERR_CONFIG   LOG_STREAM(err, log_config)

Definition at line 46 of file game_config_manager.cpp.

◆ LOG_CONFIG

#define LOG_CONFIG   LOG_STREAM(info, log_config)

Definition at line 48 of file game_config_manager.cpp.

◆ WRN_CONFIG

#define WRN_CONFIG   LOG_STREAM(warn, log_config)

Definition at line 47 of file game_config_manager.cpp.

Function Documentation

◆ show_deprecated_warnings()

static void show_deprecated_warnings ( config umc_cfg)
static

Variable Documentation

◆ log_config

lg::log_domain log_config("config") ( "config"  )
static

◆ singleton

game_config_manager* singleton
static