1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 09:14:58 +01:00

Move Scenario::Objective into its own unit; enum class ObjectiveType

This commit is contained in:
Aaron van Geffen
2025-08-22 17:40:47 +02:00
parent bbd92f0120
commit f11d1e33d0
49 changed files with 609 additions and 501 deletions

View File

@@ -16,8 +16,10 @@
#include "../config/Config.h"
#include "../core/Console.hpp"
#include "../core/Path.hpp"
#include "../core/String.hpp"
#include "../object/ObjectManager.h"
#include "../park/ParkFile.h"
#include "../scenario/Scenario.h"
#include "../ui/WindowManager.h"
#include "CommandLine.hpp"