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