#include "editor/controller/editor_controller.hpp"
#include "addon/validation.hpp"
#include "gettext.hpp"
#include "gui/dialogs/editor/choose_addon.hpp"
#include "gui/dialogs/prompt.hpp"
#include "filesystem.hpp"
#include "editor/action/action_base.hpp"
#include "serialization/chrono.hpp"
Go to the source code of this file.
Namespaces | |
editor | |
Manage the empty-palette in the editor. | |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-editor" |
Functions | |
std::string | editor::initialize_addon () |
EXIT_STATUS | editor::start (bool clear_id, const std::string &filename="", bool take_screenshot=false, const std::string &screenshot_filename="map_screenshot.png") |
Main interface for launching the editor from the title screen. More... | |
Variables | |
lg::log_domain | log_editor ("editor") |
#define GETTEXT_DOMAIN "wesnoth-editor" |
Definition at line 16 of file editor_main.cpp.
lg::log_domain log_editor("editor") | ( | "editor" | ) |