1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 08:45:00 +01:00

Include correct headers

This commit is contained in:
duncanspumpkin
2021-05-29 10:27:09 +01:00
parent 98f9f24909
commit cff87c7d72

View File

@@ -13,6 +13,8 @@
#include "EntityList.h"
#include "Sprite.h"
#include <cmath>
void EntityTweener::PopulateEntities()
{
for (auto ent : EntityList<Guest>())