1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Rename Sprite to EntityRegistry

This commit is contained in:
ζeh Matt
2021-11-24 16:58:01 +02:00
parent 7c726e2a0c
commit 03fb9b390f
36 changed files with 36 additions and 37 deletions

View File

@@ -26,8 +26,8 @@
#include "config/Config.h"
#include "core/DataSerialiser.h"
#include "core/Path.hpp"
#include "entity/EntityRegistry.h"
#include "entity/EntityTweener.h"
#include "entity/Sprite.h"
#include "management/NewsItem.h"
#include "object/ObjectManager.h"
#include "object/ObjectRepository.h"