mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-31 10:45:16 +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:
@@ -576,7 +576,7 @@ private:
|
||||
*
|
||||
* rct2: 0x00684E04
|
||||
*/
|
||||
rct_window* WindowEditorInventionsListOpen()
|
||||
WindowBase* WindowEditorInventionsListOpen()
|
||||
{
|
||||
return WindowFocusOrCreate<InventionListWindow>(
|
||||
WindowClass::EditorInventionList, WW, WH, WF_NO_SCROLLING | WF_RESIZABLE | WF_CENTRE_SCREEN);
|
||||
|
||||
Reference in New Issue
Block a user