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

@@ -13,10 +13,10 @@
# include "../../../Context.h"
# include "../../../common.h"
# include "../../../entity/EntityList.h"
# include "../../../entity/Sprite.h"
# include "../../../peep/Peep.h"
# include "../../../util/Util.h"
# include "../../../world/EntityList.h"
# include "../../../world/Sprite.h"
# include "../../Duktape.hpp"
# include "../../ScriptEngine.h"

View File

@@ -12,18 +12,18 @@
# include "ScMap.hpp"
# include "../../../common.h"
# include "../../../entity/Balloon.h"
# include "../../../entity/Duck.h"
# include "../../../entity/EntityList.h"
# include "../../../entity/Fountain.h"
# include "../../../entity/Litter.h"
# include "../../../entity/MoneyEffect.h"
# include "../../../entity/Particle.h"
# include "../../../peep/Guest.h"
# include "../../../peep/Staff.h"
# include "../../../ride/Ride.h"
# include "../../../ride/TrainManager.h"
# include "../../../world/Balloon.h"
# include "../../../world/Duck.h"
# include "../../../world/EntityList.h"
# include "../../../world/Fountain.h"
# include "../../../world/Litter.h"
# include "../../../world/Map.h"
# include "../../../world/MoneyEffect.h"
# include "../../../world/Particle.h"
# include "../../Duktape.hpp"
# include "../entity/ScEntity.hpp"
# include "../entity/ScGuest.hpp"

View File

@@ -14,10 +14,10 @@
# include "../../../Context.h"
# include "../../../common.h"
# include "../../../core/Guard.hpp"
# include "../../../entity/Sprite.h"
# include "../../../ride/Track.h"
# include "../../../world/Footpath.h"
# include "../../../world/Scenery.h"
# include "../../../world/Sprite.h"
# include "../../../world/Surface.h"
# include "../../Duktape.hpp"
# include "../../ScriptEngine.h"

View File

@@ -14,10 +14,10 @@
# include "../../../Context.h"
# include "../../../common.h"
# include "../../../core/Guard.hpp"
# include "../../../entity/Sprite.h"
# include "../../../ride/Track.h"
# include "../../../world/Footpath.h"
# include "../../../world/Scenery.h"
# include "../../../world/Sprite.h"
# include "../../../world/Surface.h"
# include "../../Duktape.hpp"
# include "../../ScriptEngine.h"

View File

@@ -14,10 +14,10 @@
# include "../../../Context.h"
# include "../../../common.h"
# include "../../../core/Guard.hpp"
# include "../../../entity/Sprite.h"
# include "../../../ride/Track.h"
# include "../../../world/Footpath.h"
# include "../../../world/Scenery.h"
# include "../../../world/Sprite.h"
# include "../../../world/Surface.h"
# include "../../Duktape.hpp"
# include "../../ScriptEngine.h"