1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 12:03:07 +01:00

Rework Map.h includes (remove transitive header includes)

This commit is contained in:
Aaron van Geffen
2025-09-04 21:57:41 +02:00
parent 8e60c4504f
commit 5b8fedd5b2
181 changed files with 121 additions and 67 deletions

View File

@@ -23,6 +23,7 @@
#include "../ride/RideAudio.h"
#include "../ui/UiContext.h"
#include "../ui/WindowManager.h"
#include "../world/Map.h"
#include "../world/MapSelection.h"
#include "Viewport.h"
#include "Widget.h"