mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 16:24:35 +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:
@@ -53,7 +53,7 @@ public:
|
||||
/**
|
||||
* Creates the window containing the options button on the title screen.
|
||||
*/
|
||||
rct_window* WindowTitleOptionsOpen()
|
||||
WindowBase* WindowTitleOptionsOpen()
|
||||
{
|
||||
auto* window = WindowBringToFrontByClass(WindowClass::TitleOptions);
|
||||
if (window == nullptr)
|
||||
|
||||
Reference in New Issue
Block a user