mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
Make widget creation functions lowerCamelCase
This commit is contained in:
@@ -47,7 +47,7 @@ namespace OpenRCT2::Ui::Windows
|
||||
|
||||
static auto CustomDefaultWidgets = makeWidgets(
|
||||
makeWindowShim(STR_STRING, 50, 50),
|
||||
MakeWidget({ 0, 14 }, { 50, 36 }, WindowWidgetType::Resize, WindowColour::Secondary) // content panel
|
||||
makeWidget({ 0, 14 }, { 50, 36 }, WindowWidgetType::Resize, WindowColour::Secondary) // content panel
|
||||
);
|
||||
|
||||
struct CustomWidgetDesc
|
||||
|
||||
Reference in New Issue
Block a user