This commit is contained in:
2025-07-03 19:32:36 +03:00
parent 71755bcee8
commit 2868ebac0f
4 changed files with 133 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ class FLAXENGINE_API AppleFileSystem : public UnixFileSystem
{
public:
// [FileSystemBase]
static bool CopyFile(const StringView& dst, const StringView& src);
static void GetSpecialFolderPath(const SpecialFolder type, String& result);
};