mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 09:44:52 +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:
@@ -143,7 +143,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
rct_window* WindowDebugPaintOpen()
|
||||
WindowBase* WindowDebugPaintOpen()
|
||||
{
|
||||
auto* window = WindowFocusOrCreate<DebugPaintWindow>(
|
||||
WindowClass::DebugPaint, { 16, ContextGetHeight() - 16 - 33 - WINDOW_HEIGHT }, WINDOW_WIDTH, WINDOW_HEIGHT,
|
||||
|
||||
Reference in New Issue
Block a user