1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 01:04:50 +01:00

Move EntityList and EntityRegistry into OpenRCT2 namespace (#25039)

This commit is contained in:
Aaron van Geffen
2025-08-26 23:05:49 +02:00
committed by GitHub
parent 66665c8a81
commit bbd67e8dfb
13 changed files with 684 additions and 667 deletions

View File

@@ -26,6 +26,8 @@
static constexpr size_t kMaximumGameStateSnapshots = 32;
static constexpr uint32_t kInvalidTick = 0xFFFFFFFF;
using namespace OpenRCT2;
#pragma pack(push, 1)
union EntitySnapshot
{