1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +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

@@ -29,7 +29,7 @@
#include "../drawing/Drawing.h"
#include "../drawing/Font.h"
#include "../entity/EntityList.h"
#include "../entity/Sprite.h"
#include "../entity/EntityRegistry.h"
#include "../interface/Chat.h"
#include "../interface/Colour.h"
#include "../interface/Window_internal.h"