1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Merge pull request #15985 from ZehMatt/refactor/entities2

Refactor Sprite to Entity
This commit is contained in:
ζeh Matt
2021-11-25 12:53:50 -08:00
committed by GitHub
115 changed files with 399 additions and 390 deletions

View File

@@ -20,11 +20,11 @@
#include <openrct2/audio/audio.h>
#include <openrct2/config/Config.h>
#include <openrct2/drawing/Drawing.h>
#include <openrct2/entity/EntityRegistry.h>
#include <openrct2/interface/Widget.h>
#include <openrct2/localisation/StringIds.h>
#include <openrct2/sprites.h>
#include <openrct2/ui/UiContext.h>
#include <openrct2/world/Sprite.h>
using namespace OpenRCT2;