#include "gui/gui.hpp"
#include "config_cache.hpp"
#include "filesystem.hpp"
#include "gettext.hpp"
#include "gui/core/log.hpp"
#include "gui/core/gui_definition.hpp"
#include "gui/widgets/settings.hpp"
#include "serialization/parser.hpp"
#include "serialization/preprocessor.hpp"
#include "serialization/schema_validator.hpp"
#include "wml_exception.hpp"
Go to the source code of this file.
Namespaces | |
gui2 | |
Generic file dialog. | |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-lib" |
Functions | |
void | gui2::init () |
Initializes the GUI subsystems. More... | |
void | gui2::switch_theme (const std::string ¤t_theme) |
Set and activate the given gui2 theme. More... | |