mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-11 01:52:32 +01:00
Fix include
This commit is contained in:
@@ -12,13 +12,13 @@
|
||||
#include "Context.h"
|
||||
#include "Game.h"
|
||||
#include "OpenRCT2.h"
|
||||
#include "ParkImporter.h"
|
||||
#include "PlatformEnvironment.h"
|
||||
#include "actions/GameAction.h"
|
||||
#include "core/DataSerialiser.h"
|
||||
#include "core/Path.hpp"
|
||||
#include "object/ObjectManager.h"
|
||||
#include "object/ObjectRepository.h"
|
||||
#include "openrct2/ParkImporter.h"
|
||||
#include "rct2/S6Exporter.h"
|
||||
|
||||
#include <vector>
|
||||
@@ -81,7 +81,7 @@ namespace OpenRCT2
|
||||
std::multiset<ReplayCommand> commands;
|
||||
};
|
||||
|
||||
class ReplayManager : public IReplayManager
|
||||
class ReplayManager final : public IReplayManager
|
||||
{
|
||||
enum class ReplayMode
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user