1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +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

@@ -21,8 +21,8 @@
#include "../core/Guard.hpp"
#include "../core/Json.hpp"
#include "../entity/EntityList.h"
#include "../entity/EntityRegistry.h"
#include "../entity/EntityTweener.h"
#include "../entity/Sprite.h"
#include "../localisation/Formatting.h"
#include "../platform/Platform2.h"
#include "../scenario/Scenario.h"