1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 02:05:13 +01:00

OpenRCT2::Ui::Windows namespace for OpenRCT2 Ui Windows (#21559)

* Move all the windows into OpenRCT2::Ui::Windows namespace

* Fix missing symbol

* Clang format

* Call the correct FormatStringID
This commit is contained in:
Duncan
2024-03-10 13:52:35 +00:00
committed by GitHub
parent 7634dfb6a3
commit 7a60e7f2e0
85 changed files with 49933 additions and 49549 deletions

View File

@@ -53,6 +53,7 @@
#include <openrct2/world/Wall.h>
using namespace OpenRCT2;
using namespace OpenRCT2::Ui::Windows;
static void ViewportInteractionRemoveScenery(const SmallSceneryElement& smallSceneryElement, const CoordsXY& mapCoords);
static void ViewportInteractionRemoveFootpath(const PathElement& pathElement, const CoordsXY& mapCoords);