The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Macros | Functions | Variables
terrain.cpp File Reference
#include "global.hpp"
#include "gettext.hpp"
#include "log.hpp"
#include "serialization/string_utils.hpp"
#include "terrain/terrain.hpp"
#include "util.hpp"
#include <set>
Include dependency graph for terrain.cpp:

Go to the source code of this file.

Macros

#define ERR_G   LOG_STREAM(err, lg::general())
 
#define WRN_G   LOG_STREAM(warn, lg::general())
 
#define LOG_G   LOG_STREAM(info, lg::general())
 
#define DBG_G   LOG_STREAM(debug, lg::general())
 

Functions

void create_terrain_maps (const config::const_child_itors &cfgs, t_translation::t_list &terrain_list, std::map< t_translation::t_terrain, terrain_type > &letter_to_terrain)
 
void merge_alias_lists (t_translation::t_list &first, const t_translation::t_list &second)
 

Variables

static lg::log_domain log_config ("config")
 

Macro Definition Documentation

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

Definition at line 29 of file terrain.cpp.

Referenced by create_terrain_maps().

#define ERR_G   LOG_STREAM(err, lg::general())

Definition at line 26 of file terrain.cpp.

Referenced by create_terrain_maps().

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

Definition at line 28 of file terrain.cpp.

Referenced by create_terrain_maps().

#define WRN_G   LOG_STREAM(warn, lg::general())

Definition at line 27 of file terrain.cpp.

Function Documentation

void create_terrain_maps ( const config::const_child_itors cfgs,
t_translation::t_list terrain_list,
std::map< t_translation::t_terrain, terrain_type > &  letter_to_terrain 
)
void merge_alias_lists ( t_translation::t_list first,
const t_translation::t_list second 
)

Definition at line 367 of file terrain.cpp.

References t_translation::BASE, i, t_translation::MINUS, and t_translation::PLUS.

Referenced by terrain_type::terrain_type().

Variable Documentation

lg::log_domain log_config("config")
static