#include "editor/action/action_base.hpp"
#include "editor/map/editor_map.hpp"
#include "display.hpp"
#include "formula/string_utils.hpp"
#include "gettext.hpp"
#include "map/exception.hpp"
#include "map/label.hpp"
#include "wml_exception.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 | |
editor_map_load_exception | editor::wrap_exc (const char *type, const std::string &e_msg, const std::string &filename) |
Exception wrapping utility. More... | |
#define GETTEXT_DOMAIN "wesnoth-editor" |
Definition at line 16 of file editor_map.cpp.