mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-23 01:25:51 +00:00
10 lines
206 B
C++
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);
|
|
}
|