The Battle for Wesnoth  1.19.0-dev
Macros | Variables
map.cpp File Reference

Routines related to game-maps, terrain, locations, directions. More...

#include "map/map.hpp"
#include "config.hpp"
#include "game_config_manager.hpp"
#include "log.hpp"
#include "map/exception.hpp"
#include "serialization/parser.hpp"
#include "serialization/string_utils.hpp"
#include "terrain/terrain.hpp"
#include "terrain/type_data.hpp"
#include "wml_exception.hpp"
#include <algorithm>
#include <sstream>
#include <utility>
Include dependency graph for map.cpp:

Go to the source code of this file.

Macros

#define ERR_CF   LOG_STREAM(err, log_config)
 
#define LOG_G   LOG_STREAM(info, lg::general())
 
#define DBG_G   LOG_STREAM(debug, lg::general())
 

Variables

static lg::log_domain log_config ("config")
 

Detailed Description

Routines related to game-maps, terrain, locations, directions.

etc.

Definition in file map.cpp.

Macro Definition Documentation

◆ DBG_G

#define DBG_G   LOG_STREAM(debug, lg::general())

Definition at line 40 of file map.cpp.

◆ ERR_CF

#define ERR_CF   LOG_STREAM(err, log_config)

Definition at line 38 of file map.cpp.

◆ LOG_G

#define LOG_G   LOG_STREAM(info, lg::general())

Definition at line 39 of file map.cpp.

Variable Documentation

◆ log_config

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