#include "actions/undo_move_action.hpp"
#include "actions/move.hpp"
#include "resources.hpp"
#include "replay.hpp"
#include "units/map.hpp"
#include "units/animation_component.hpp"
#include "log.hpp"
#include "game_display.hpp"
#include "units/udisplay.hpp"
#include "units/unit.hpp"
#include "game_board.hpp"
#include "map/map.hpp"
Go to the source code of this file.
Namespaces | |
actions | |
actions::undo | |
Macros | |
#define | ERR_NG LOG_STREAM(err, log_engine) |
#define | LOG_NG LOG_STREAM(info, log_engine) |
Variables | |
static lg::log_domain | log_engine ("engine") |
#define ERR_NG LOG_STREAM(err, log_engine) |
Definition at line 30 of file undo_move_action.cpp.
#define LOG_NG LOG_STREAM(info, log_engine) |
Definition at line 31 of file undo_move_action.cpp.
|
static |