16 #define GETTEXT_DOMAIN "wesnoth-lib"
30 case grow_direction::type::horizontal:
32 case grow_direction::type::vertical:
35 throw std::runtime_error(
"UNREACHABLE CODE REACHED");
The placement class for a horizontal list.
The placement class for a vertical list.
Base class for the placement helper.
static placer_base * build(const grow_direction::type grow_dir, const unsigned parallel_items)
Builder function.
Placement helper for the horizontal list.
Base class for the placement helper.
Placement helper for the vertical list.