#pragma once #include "Zone/Zone.h" #include class ZoneLoading { public: static std::unique_ptr LoadZone(const std::string& path); };