9 lines
108 B
C++

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