1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +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

@@ -25,6 +25,7 @@
#include "../ui/WindowManager.h"
#include "../util/SawyerCoding.h"
#include "../world/EntityList.h"
#include "../world/EntityTweener.h"
#include "../world/Location.hpp"
#include "../world/Sprite.h"
#include "network.h"