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

@@ -20,6 +20,7 @@
#include "actions/LandSetRightsAction.h"
#include "actions/ResultWithMessage.h"
#include "audio/audio.h"
#include "core/EnumUtils.hpp"
#include "core/Path.hpp"
#include "core/String.hpp"
#include "entity/EntityList.h"
@@ -39,7 +40,6 @@
#include "scenario/Scenario.h"
#include "ui/UiContext.h"
#include "ui/WindowManager.h"
#include "util/Util.h"
#include "windows/Intent.h"
#include "world/Climate.h"
#include "world/Entrance.h"