mirror of
https://git.tesses.org/tesses50/tessesframework.git
synced 2026-08-02 08:35:31 +00:00
Added more fixes
This commit is contained in:
@@ -26,9 +26,9 @@ namespace Tesses::Framework::Filesystem
|
||||
{
|
||||
|
||||
}
|
||||
void NullFilesystem::GetPaths(VFSPath path, std::vector<VFSPath>& paths)
|
||||
VFSPathEnumerator NullFilesystem::EnumeratePaths(VFSPath path)
|
||||
{
|
||||
|
||||
return VFSPathEnumerator();
|
||||
}
|
||||
void NullFilesystem::MoveFile(VFSPath src, VFSPath dest)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user