mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-07 21:38:01 -05:00
9 lines
108 B
C++
9 lines
108 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
class ZoneLoading
|
|
{
|
|
public:
|
|
static bool LoadZone(std::string& path);
|
|
};
|