The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Macros | Variables
synced_checkup.cpp File Reference
#include "global.hpp"
#include "synced_checkup.hpp"
#include "log.hpp"
#include "replay.hpp"
#include "synced_user_choice.hpp"
#include "resources.hpp"
Include dependency graph for synced_checkup.cpp:

Go to the source code of this file.

Macros

#define DBG_REPLAY   LOG_STREAM(debug, log_replay)
 
#define LOG_REPLAY   LOG_STREAM(info, log_replay)
 
#define WRN_REPLAY   LOG_STREAM(warn, log_replay)
 
#define ERR_REPLAY   LOG_STREAM(err, log_replay)
 

Variables

static lg::log_domain log_replay ("replay")
 
static ignored_checkup default_instnce
 
checkupcheckup_instance = &default_instnce
 

Macro Definition Documentation

#define DBG_REPLAY   LOG_STREAM(debug, log_replay)

Definition at line 22 of file synced_checkup.cpp.

#define ERR_REPLAY   LOG_STREAM(err, log_replay)

Definition at line 25 of file synced_checkup.cpp.

#define LOG_REPLAY   LOG_STREAM(info, log_replay)

Definition at line 23 of file synced_checkup.cpp.

Referenced by ignored_checkup::local_checkup().

#define WRN_REPLAY   LOG_STREAM(warn, log_replay)

Definition at line 24 of file synced_checkup.cpp.

Variable Documentation

checkup* checkup_instance = &default_instnce
ignored_checkup default_instnce
static

Definition at line 27 of file synced_checkup.cpp.

lg::log_domain log_replay("replay")
static