mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 13:33:02 +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:
@@ -324,7 +324,7 @@ static constexpr StringId GetStringFromObjectType(const ObjectType type)
|
||||
}
|
||||
}
|
||||
|
||||
class ObjectLoadErrorWindow final : public rct_window
|
||||
class ObjectLoadErrorWindow final : public WindowBase
|
||||
{
|
||||
private:
|
||||
std::vector<ObjectEntryDescriptor> _invalidEntries;
|
||||
@@ -563,7 +563,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
rct_window* WindowObjectLoadErrorOpen(utf8* path, size_t numMissingObjects, const ObjectEntryDescriptor* missingObjects)
|
||||
WindowBase* WindowObjectLoadErrorOpen(utf8* path, size_t numMissingObjects, const ObjectEntryDescriptor* missingObjects)
|
||||
{
|
||||
// Check if window is already open
|
||||
auto* window = WindowBringToFrontByClass(WindowClass::ObjectLoadError);
|
||||
|
||||
Reference in New Issue
Block a user