#include "gui/dialogs/editor/resize_map.hpp"
#include "gui/auxiliary/field.hpp"
#include "gui/dialogs/helper.hpp"
#include "gui/widgets/toggle_button.hpp"
#include "gui/widgets/settings.hpp"
#include "gui/widgets/slider.hpp"
#include "utils/functional.hpp"
Go to the source code of this file.
Namespaces | |
gui2 | |
A class inherited from ttext_box that displays its input as stars. | |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-editor" |
Functions | |
static int | gui2::resize_grid_xy_to_idx (const int x, const int y) |
Convert a coordinate on a 3 by 3 grid to an index, return 9 for out of bounds. More... | |
#define GETTEXT_DOMAIN "wesnoth-editor" |
Definition at line 14 of file resize_map.cpp.