The Battle for Wesnoth  1.19.0-dev
Namespaces | Macros | Functions | Variables
open.cpp File Reference
#include "desktop/open.hpp"
#include "log.hpp"
#include "serialization/unicode.hpp"
Include dependency graph for open.cpp:

Go to the source code of this file.

Namespaces

 desktop
 

Macros

#define ERR_DU   LOG_STREAM(err, log_desktop)
 
#define LOG_DU   LOG_STREAM(info, log_desktop)
 

Functions

bool desktop::open_object ([[maybe_unused]] const std::string &path_or_url)
 

Variables

static lg::log_domain log_desktop ("desktop")
 

Macro Definition Documentation

◆ ERR_DU

#define ERR_DU   LOG_STREAM(err, log_desktop)

Definition at line 41 of file open.cpp.

◆ LOG_DU

#define LOG_DU   LOG_STREAM(info, log_desktop)

Definition at line 42 of file open.cpp.

Variable Documentation

◆ log_desktop

lg::log_domain log_desktop("desktop") ( "desktop"  )
static