mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 23:34:37 +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:
@@ -401,7 +401,7 @@ private:
|
||||
}
|
||||
};
|
||||
|
||||
rct_window* WindowInstallTrackOpen(const utf8* path)
|
||||
WindowBase* WindowInstallTrackOpen(const utf8* path)
|
||||
{
|
||||
auto trackDesign = TrackDesignImport(path);
|
||||
if (trackDesign == nullptr)
|
||||
|
||||
Reference in New Issue
Block a user