mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 22:34:33 +01:00
Rename snake_case Class names (Remaining Bits) (#19237)
* Rename snake_case Class names * Clang format * Fix build issues
This commit is contained in:
@@ -120,7 +120,7 @@ public:
|
||||
|
||||
void OnMouseUp(WidgetIndex widgetIndex) override
|
||||
{
|
||||
rct_window* windowToOpen = nullptr;
|
||||
WindowBase* windowToOpen = nullptr;
|
||||
|
||||
switch (widgetIndex)
|
||||
{
|
||||
@@ -279,7 +279,7 @@ public:
|
||||
/**
|
||||
* Creates the window containing the menu buttons on the title screen.
|
||||
*/
|
||||
rct_window* WindowTitleMenuOpen()
|
||||
WindowBase* WindowTitleMenuOpen()
|
||||
{
|
||||
const uint16_t windowHeight = MenuButtonDims.height + UpdateButtonDims.height;
|
||||
return WindowCreate<TitleMenuWindow>(
|
||||
|
||||
Reference in New Issue
Block a user