#include "chat_events.hpp"
#include "global.hpp"
#include "config_assign.hpp"
#include "formatter.hpp"
#include "formula/string_utils.hpp"
#include "gettext.hpp"
#include "log.hpp"
#include "map_command_handler.hpp"
#include "chat_command_handler.hpp"
#include "preferences.hpp"
#include "game_preferences.hpp"
#include <boost/range/algorithm/find_if.hpp>
Go to the source code of this file.
Namespaces | |
events | |
Handling of system events. | |
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 17 of file chat_events.cpp.
Referenced by events::chat_handler::change_logging().
#define LOG_NG LOG_STREAM(info, log_engine) |
Definition at line 18 of file chat_events.cpp.
Referenced by events::chat_handler::change_logging().
|
static |