mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
Make WIDGETS_END constexpr
This commit is contained in:
@@ -34,7 +34,7 @@ static rct_widget window_text_input_widgets[] = {
|
||||
WINDOW_SHIM(STR_NONE, WW, WH),
|
||||
MakeWidget({ 170, 68 }, { 71, 14 }, WindowWidgetType::Button, WindowColour::Secondary, STR_CANCEL),
|
||||
MakeWidget({ 10, 68 }, { 71, 14 }, WindowWidgetType::Button, WindowColour::Secondary, STR_OK),
|
||||
{ WIDGETS_END }
|
||||
WIDGETS_END,
|
||||
};
|
||||
|
||||
class TextInputWindow final : public Window
|
||||
|
||||
Reference in New Issue
Block a user