#include "actions/undo_recruit_action.hpp"#include "game_board.hpp"#include "play_controller.hpp"#include "resources.hpp"#include "team.hpp"#include "units/map.hpp"#include "units/unit.hpp"#include "units/types.hpp"#include "statistics.hpp"#include "log.hpp"#include "game_display.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) |
Functions | |
| static const unit_type & | actions::undo::get_unit_type (const config &cfg) |
Variables | |
| static lg::log_domain | log_engine ("engine") |
| static auto | actions::undo::reg_undo_recruit = undo_action_container::subaction_factory<recruit_action>() |
| #define ERR_NG LOG_STREAM(err, log_engine) |
Definition at line 29 of file undo_recruit_action.cpp.
| #define LOG_NG LOG_STREAM(info, log_engine) |
Definition at line 30 of file undo_recruit_action.cpp.
|
static |