mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 23:34:37 +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:
@@ -45,7 +45,7 @@ enum
|
||||
|
||||
static Widget window_dropdown_widgets[] = {
|
||||
MakeWidget({ 0, 0 }, { 1, 1 }, WindowWidgetType::ImgBtn, WindowColour::Primary),
|
||||
WIDGETS_END,
|
||||
kWidgetsEnd,
|
||||
};
|
||||
|
||||
int32_t gDropdownNumItems;
|
||||
|
||||
Reference in New Issue
Block a user