filesystem: introduce new module, based on engine filesystem.

The goal is to share filesystem code between engine and
utilities and provide C++ VFileSystem interface in the future
This commit is contained in:
Alibek Omarov
2022-07-28 18:56:02 +03:00
parent 12ea6dcfd7
commit 5e4fc64430
35 changed files with 3102 additions and 2279 deletions
+1
View File
@@ -30,6 +30,7 @@ def build(bld):
source = bld.path.ant_glob(['*.c'])
includes = ['.',
'../filesystem',
'../engine',
'../engine/common',
'../engine/server',