1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +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

@@ -17,6 +17,7 @@
#include "../actions/StaffSetOrdersAction.h"
#include "../audio/audio.h"
#include "../core/DataSerialiser.h"
#include "../core/EnumUtils.hpp"
#include "../entity/EntityRegistry.h"
#include "../interface/Viewport.h"
#include "../localisation/Localisation.Date.h"
@@ -38,7 +39,6 @@
#include "../ride/Track.h"
#include "../ride/Vehicle.h"
#include "../scenario/Scenario.h"
#include "../util/Util.h"
#include "../windows/Intent.h"
#include "../world/Entrance.h"
#include "../world/Footpath.h"