1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 15:54:31 +01:00

Fix includes

This commit is contained in:
ζeh Matt
2021-11-24 16:48:33 +02:00
parent 8c290c7d92
commit 7c726e2a0c
73 changed files with 141 additions and 140 deletions

View File

@@ -3,8 +3,8 @@
#include "../Cheats.h"
#include "../Game.h"
#include "../localisation/StringIds.h"
#include "../world/Map.h"
#include "EntityList.h"
#include "Map.h"
#include "Sprite.h"
static bool isLocationLitterable(const CoordsXYZ& mapPos)