Add relative filesystem
All checks were successful
Build and Deploy on Tag / build-arch (push) Successful in 14m5s
Build and Deploy on Tag / update-tap (push) Successful in 5s

This commit is contained in:
2026-05-01 09:58:10 -05:00
parent 86b062771a
commit 266ef5f830
8 changed files with 322 additions and 1 deletions

View File

@@ -44,5 +44,9 @@ namespace Tesses::Framework::Filesystem
void Lock(VFSPath path);
void Unlock(VFSPath path);
~TempFS();
protected:
std::shared_ptr<FSWatcher> CreateWatcher(std::shared_ptr<VFS> vfs, VFSPath path);
};
}