1
0
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:
Gymnasiast
2025-06-10 19:51:21 +02:00
parent a65cb87315
commit 86e265f093
75 changed files with 1159 additions and 1159 deletions

View File

@@ -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