mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-31 18:55:23 +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:
@@ -299,7 +299,7 @@ private:
|
||||
}
|
||||
};
|
||||
|
||||
rct_window* WindowServerStartOpen()
|
||||
WindowBase* WindowServerStartOpen()
|
||||
{
|
||||
return WindowFocusOrCreate<ServerStartWindow>(WindowClass::ServerStart, WW, WH, WF_CENTRE_SCREEN);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user