1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +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

@@ -28,6 +28,7 @@
#include "scripting/ScriptEngine.h"
#include "ui/UiContext.h"
#include "windows/Intent.h"
#include "world/Map.h"
#include "world/MapAnimation.h"
#include "world/Park.h"
#include "world/Scenery.h"