#include "gui/dialogs/editor/resize_map.hpp"
#include "gui/auxiliary/field.hpp"
#include "gui/widgets/toggle_button.hpp"
#include "gui/widgets/slider.hpp"
#include <functional>
Go to the source code of this file.
Namespaces | |
gui2 | |
Generic file dialog. | |
gui2::dialogs | |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-editor" |
Functions | |
static int | gui2::dialogs::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 16 of file resize_map.cpp.