1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 07:43:01 +01:00

Split off EntityTweener into seperate file

This commit is contained in:
duncanspumpkin
2021-05-29 07:47:49 +01:00
parent 5b5aa0771e
commit 3199029168
12 changed files with 161 additions and 127 deletions

View File

@@ -29,6 +29,7 @@
#include "object/ObjectManager.h"
#include "object/ObjectRepository.h"
#include "rct2/S6Exporter.h"
#include "world/EntityTweener.h"
#include "world/Park.h"
#include "world/Sprite.h"
#include "zlib.h"