1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

Introduce EnumUtils header (#23407)

This commit is contained in:
Aaron van Geffen
2024-12-15 17:39:52 +01:00
committed by GitHub
parent 7274c67c6c
commit 6ee798337a
85 changed files with 127 additions and 87 deletions

View File

@@ -15,6 +15,7 @@
#include "../PlatformEnvironment.h"
#include "../core/Console.hpp"
#include "../core/DataSerialiser.h"
#include "../core/EnumUtils.hpp"
#include "../core/FileIndex.hpp"
#include "../core/FileStream.h"
#include "../core/Guard.hpp"
@@ -32,7 +33,6 @@
#include "../rct12/SawyerChunkReader.h"
#include "../rct12/SawyerChunkWriter.h"
#include "../scenario/ScenarioRepository.h"
#include "../util/Util.h"
#include "Object.h"
#include "ObjectFactory.h"
#include "ObjectList.h"