1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 14:02:59 +01:00

Rename WindowWidgetType to WidgetType and change for new code style

This commit is contained in:
Gymnasiast
2025-06-10 19:55:12 +02:00
parent 149468406b
commit 650fa3ae2e
86 changed files with 2114 additions and 2153 deletions

View File

@@ -32,7 +32,7 @@ namespace OpenRCT2::Ui::Windows
static constexpr auto kPadding = 4;
static constexpr Widget window_error_widgets[] = {
makeWidget({ 0, 0 }, { 200, 42 }, WindowWidgetType::Frame, WindowColour::primary),
makeWidget({ 0, 0 }, { 200, 42 }, WidgetType::frame, WindowColour::primary),
};
class ErrorWindow final : public Window