1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +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

@@ -16,6 +16,7 @@
#include "../../../object/ObjectManager.h"
#include "../../../object/PeepAnimationsObject.h"
#include "../../../peep/PeepAnimations.h"
#include "../../../world/Map.h"
namespace OpenRCT2::Scripting
{