Play-/Source/iop/Iop_PathUtils.h

13 lines
202 B
C
Raw Permalink Normal View History

#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&);
}
}