The Battle for Wesnoth  1.19.0-dev
Classes | Namespaces | Macros | Functions | Variables
teleport.cpp File Reference
#include "pathfind/teleport.hpp"
#include "display_context.hpp"
#include "filter_context.hpp"
#include "game_board.hpp"
#include "log.hpp"
#include "resources.hpp"
#include "team.hpp"
#include "terrain/filter.hpp"
#include "units/unit.hpp"
#include "units/filter.hpp"
#include "units/map.hpp"
#include "wml_exception.hpp"
Include dependency graph for teleport.cpp:

Go to the source code of this file.

Classes

class  pathfind::ignore_units_display_context
 
class  pathfind::ignore_units_filter_context
 

Namespaces

 pathfind
 

Macros

#define ERR_PF   LOG_STREAM(err, log_engine)
 
#define ERR_WML   LOG_STREAM(err, log_wml)
 

Functions

const teleport_map pathfind::get_teleport_locations (const unit &u, const team &viewing_team, bool see_all, bool ignore_units, bool check_vision)
 

Variables

static lg::log_domain log_engine ("engine")
 
static lg::log_domain log_wml ("wml")
 

Macro Definition Documentation

◆ ERR_PF

#define ERR_PF   LOG_STREAM(err, log_engine)

Definition at line 31 of file teleport.cpp.

◆ ERR_WML

#define ERR_WML   LOG_STREAM(err, log_wml)

Definition at line 34 of file teleport.cpp.

Variable Documentation

◆ log_engine

lg::log_domain log_engine("engine") ( "engine"  )
static

◆ log_wml

lg::log_domain log_wml("wml") ( "wml"  )
static