aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/vfs/vfsimpl.h
Commit message (Collapse)AuthorAgeFilesLines
* added missing includes (#504)Stefan Boberg2023-10-271-0/+1
| | | | | this change adds some includes to files which "inherit" includes from elsewhere this was exposed on another branch when removing some heavy dependencies from central headers
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-201-0/+100
currently, only Windows (using Projected File System) is supported