2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-17 22:17:26 +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);
}