1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 08:45:00 +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

@@ -34,6 +34,7 @@
#include "../ride/Track.h"
#include "../ride/TrackData.h"
#include "Location.hpp"
#include "Map.h"
#include "MapAnimation.h"
#include "tile_element/BannerElement.h"
#include "tile_element/EntranceElement.h"