1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Split up Sprite header (#14764)

* Remove fields from rct_sprite union

* more header fun

* Fix guest include
This commit is contained in:
Duncan
2021-05-29 06:01:32 +01:00
committed by GitHub
parent 21bb949322
commit 39fcc5d078
63 changed files with 223 additions and 104 deletions

View File

@@ -20,6 +20,7 @@
#include <openrct2/core/Console.hpp>
#include <openrct2/interface/Viewport.h>
#include <openrct2/rct2/T6Exporter.h>
#include <openrct2/ride/Vehicle.h>
#include <openrct2/ui/WindowManager.h>
#include <openrct2/world/Sprite.h>