WIP: fix compilation issues

This commit is contained in:
nillerusr
2023-10-26 17:07:53 +03:00
parent 2011179696
commit 91a76f2a13
28 changed files with 1666 additions and 19 deletions
+2 -1
View File
@@ -43,6 +43,7 @@ def build(bld):
includes = [
'.',
'../public',
'../shared',
'../../utils/common',
'../shared/econ',
@@ -50,7 +51,7 @@ def build(bld):
'../../common',
'../../public/tier0',
'../../public/tier1',
'../../public'
'../../public',
]
defines = []