The Battle for Wesnoth  1.19.0-dev
Namespaces | Macros | Variables
match_history.cpp File Reference
#include "gui/dialogs/multiplayer/match_history.hpp"
#include "formula/string_utils.hpp"
#include "gettext.hpp"
#include "filesystem.hpp"
#include "gui/auxiliary/find_widget.hpp"
#include "gui/dialogs/message.hpp"
#include "gui/widgets/button.hpp"
#include "gui/widgets/label.hpp"
#include "gui/widgets/listbox.hpp"
#include "gui/widgets/menu_button.hpp"
#include "gui/widgets/text_box.hpp"
#include "gui/widgets/window.hpp"
#include "network_download_file.hpp"
#include "serialization/string_utils.hpp"
#include "wesnothd_connection.hpp"
Include dependency graph for match_history.cpp:

Go to the source code of this file.

Namespaces

 gui2
 Generic file dialog.
 
 gui2::dialogs
 

Macros

#define DBG_NW   LOG_STREAM(debug, log_network)
 
#define ERR_NW   LOG_STREAM(err, log_network)
 

Variables

static lg::log_domain log_network ("network")
 

Macro Definition Documentation

◆ DBG_NW

#define DBG_NW   LOG_STREAM(debug, log_network)

Definition at line 35 of file match_history.cpp.

◆ ERR_NW

#define ERR_NW   LOG_STREAM(err, log_network)

Definition at line 36 of file match_history.cpp.

Variable Documentation

◆ log_network

lg::log_domain log_network("network") ( "network"  )
static