mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 18:25:16 +01:00
Move Ui header items to OpenRCT2::Ui (#21546)
* Move ui definitions to ui project * Enforce coding style * Apply clang format * Add clang tidy ignore * Increase compiler happiness
This commit is contained in:
@@ -21,7 +21,7 @@ enum WindowTitleOptionsWidgetIdx {
|
||||
|
||||
static Widget _windowTitleOptionsWidgets[] = {
|
||||
MakeWidget({0, 0}, {80, 15}, WindowWidgetType::Button, WindowColour::Tertiary, STR_OPTIONS, STR_OPTIONS_TIP),
|
||||
WIDGETS_END,
|
||||
kWidgetsEnd,
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
|
||||
Reference in New Issue
Block a user