1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Move Staff/Guest/Peep to entity

This commit is contained in:
ζeh Matt
2021-11-25 23:47:24 +02:00
parent 275d565e52
commit 9f23449ffb
78 changed files with 102 additions and 102 deletions

View File

@@ -30,6 +30,7 @@
#include "../drawing/Font.h"
#include "../entity/EntityList.h"
#include "../entity/EntityRegistry.h"
#include "../entity/Staff.h"
#include "../interface/Chat.h"
#include "../interface/Colour.h"
#include "../interface/Window_internal.h"
@@ -42,7 +43,6 @@
#include "../object/ObjectList.h"
#include "../object/ObjectManager.h"
#include "../object/ObjectRepository.h"
#include "../peep/Staff.h"
#include "../platform/platform.h"
#include "../ride/Ride.h"
#include "../ride/RideData.h"