mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 02:05:13 +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:
@@ -71,7 +71,7 @@ private:
|
||||
* Creates the main window that holds the main viewport.
|
||||
* rct2: 0x0066B3E8
|
||||
*/
|
||||
rct_window* WindowMainOpen()
|
||||
WindowBase* WindowMainOpen()
|
||||
{
|
||||
return WindowCreate<MainWindow>(WindowClass::MainWindow, { 0, 0 }, ContextGetWidth(), ContextGetHeight(), WF_STICK_TO_BACK);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user