#pragma once #include class ZoneLoading { public: static bool LoadZone(std::string& path); };