1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +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

@@ -22,6 +22,7 @@
#include <openrct2/actions/LoadOrQuitAction.h>
#include <openrct2/audio/audio.h>
#include <openrct2/config/Config.h>
#include <openrct2/core/EnumUtils.hpp>
#include <openrct2/core/Path.hpp>
#include <openrct2/core/String.hpp>
#include <openrct2/drawing/Text.h>
@@ -37,7 +38,6 @@
#include <openrct2/scenario/Scenario.h>
#include <openrct2/scenes/title/TitleScene.h>
#include <openrct2/sprites.h>
#include <openrct2/util/Util.h>
#include <openrct2/windows/Intent.h>
#include <span>
#include <string>