#include "desktop/version.hpp"
#include "filesystem.hpp"
#include "formatter.hpp"
#include "gettext.hpp"
#include "log.hpp"
#include "serialization/unicode.hpp"
#include <cstring>
Go to the source code of this file.
Namespaces | |
desktop | |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-lib" |
#define | ERR_DU LOG_STREAM(err, log_desktop) |
#define | LOG_DU LOG_STREAM(info, log_desktop) |
Functions | |
std::string | desktop::os_version () |
Returns a string with the running OS name and version information. More... | |
Variables | |
static lg::log_domain | log_desktop ("desktop") |
#define ERR_DU LOG_STREAM(err, log_desktop) |
Definition at line 61 of file version.cpp.
#define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 16 of file version.cpp.
#define LOG_DU LOG_STREAM(info, log_desktop) |
Definition at line 62 of file version.cpp.
|
static |