#include "editor/action/action.hpp"
#include "editor/editor_preferences.hpp"
#include "map_context.hpp"
#include "config_assign.hpp"
#include "display.hpp"
#include "filesystem.hpp"
#include "gettext.hpp"
#include "map/exception.hpp"
#include "map/label.hpp"
#include "resources.hpp"
#include "serialization/binary_or_text.hpp"
#include "serialization/parser.hpp"
#include "terrain/type_data.hpp"
#include "team.hpp"
#include "units/unit.hpp"
#include "wml_exception.hpp"
#include "formula/string_utils.hpp"
#include <boost/regex.hpp>
Go to the source code of this file.
Namespaces | |
editor | |
Manage the empty-palette in the editor. | |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-editor" |
#define GETTEXT_DOMAIN "wesnoth-editor" |
Definition at line 14 of file map_context.cpp.