CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
vfsvfs.cxh
1#include <cx/fs/vfsprovider.cxh>
2#include <cx/fs/vfsobj.cxh>
3
4class VFSVFS implements VFSProvider {
5 object:VFS vfs;
6 string root;
7
8 factory create(VFS *vfs, strref rootpath);
9}