Play-/Source/iop/Iop_PathUtils.h
2020-05-04 11:41:35 -04:00

12 lines
202 B
C++

#pragma once
#include "filesystem_def.h"
namespace Iop
{
namespace PathUtils
{
fs::path MakeHostPath(const fs::path&, const char*);
bool IsInsideBasePath(const fs::path&, const fs::path&);
}
}