mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 21:57:57 +03:00
12 lines
202 B
C++
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&);
|
|
}
|
|
}
|