#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"
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") |
#define ERR_PF LOG_STREAM(err, log_engine) |
Definition at line 31 of file teleport.cpp.
#define ERR_WML LOG_STREAM(err, log_wml) |
Definition at line 34 of file teleport.cpp.
|
static |
|
static |