#include "global.hpp"
#include "game_board.hpp"
#include "game_display.hpp"
#include "game_preferences.hpp"
#include "gettext.hpp"
#include "log.hpp"
#include "map/map.hpp"
#include "serialization/string_utils.hpp"
#include "serialization/unicode_cast.hpp"
#include "settings.hpp"
#include "units/unit.hpp"
#include "units/map.hpp"
#include "wml_exception.hpp"
#include <cassert>
Go to the source code of this file.
Namespaces | |
preferences | |
Modify, read and display user preferences. | |
preferences::prv | |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-lib" |
#define | ERR_CFG LOG_STREAM(err , log_config) |
Variables | |
static lg::log_domain | log_config ("config") |
std::string | preferences::prv::password |
#define ERR_CFG LOG_STREAM(err , log_config) |
Definition at line 49 of file game_preferences.cpp.
#define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 17 of file game_preferences.cpp.
|
static |