1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 06:23:04 +01:00

Rename Window_internal unit to WindowBase for consistency (#24163)

This commit is contained in:
Aaron van Geffen
2025-04-06 17:43:36 +02:00
committed by GitHub
parent 7225f7b6b8
commit 99836faeff
16 changed files with 16 additions and 16 deletions

View File

@@ -25,7 +25,7 @@
#include "../ui/WindowManager.h"
#include "Viewport.h"
#include "Widget.h"
#include "Window_internal.h"
#include "WindowBase.h"
#include <cassert>
#include <cmath>