2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-30 16:21:51 +00:00
Files
OpenAssetTools/src/Linker/ZoneCreation/ZoneCreator.h

10 lines
206 B
C++

#pragma once
#include "Zone/Zone.h"
#include "ZoneCreationContext.h"
namespace zone_creator
{
[[nodiscard]] std::unique_ptr<Zone> CreateZoneForDefinition(GameId game, ZoneCreationContext& context);
}