1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Move legacy identifier interpreting to separate file from parkfile

This commit is contained in:
duncanspumpkin
2021-11-26 16:08:48 +00:00
parent 01722cc85d
commit 7e7947fe8b
11 changed files with 105 additions and 66 deletions

View File

@@ -13,7 +13,6 @@
#include "../Game.h"
#include "../GameStateSnapshots.h"
#include "../OpenRCT2.h"
#include "../ParkFile.h"
#include "../PlatformEnvironment.h"
#include "../actions/LoadOrQuitAction.h"
#include "../actions/NetworkModifyGroupAction.h"
@@ -24,6 +23,7 @@
#include "../entity/EntityRegistry.h"
#include "../entity/EntityTweener.h"
#include "../localisation/Formatting.h"
#include "../park/ParkFile.h"
#include "../platform/Platform2.h"
#include "../scenario/Scenario.h"
#include "../scripting/ScriptEngine.h"