#include "gui/dialogs/multiplayer/match_history.hpp"#include "formula/string_utils.hpp"#include "gettext.hpp"#include "filesystem.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 "serialization/markup.hpp"#include "wesnothd_connection.hpp"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") |
| #define DBG_NW LOG_STREAM(debug, log_network) |
Definition at line 35 of file match_history.cpp.
| #define ERR_NW LOG_STREAM(err, log_network) |
Definition at line 36 of file match_history.cpp.
|
static |