Replace define private with __friends

This commit is contained in:
2023-10-06 14:50:44 +02:00
parent 4bab1e30fc
commit 8b0c47c1db
10 changed files with 11 additions and 15 deletions

View File

@@ -62,7 +62,8 @@
"C_Cpp.default.compilerArgs": [
],
"C_Cpp.default.defines": [
"JABYENGINE_PAL"
"JABYENGINE_PAL",
"__friends=public"
],
"files.exclude": {
"**/*.o": true,