reorganized libs

This commit is contained in:
Yannik
2023-05-04 16:11:11 +02:00
parent bec727743e
commit 55c94ee23d
20 changed files with 113 additions and 38 deletions

12
.vscode/settings.json vendored
View File

@@ -1,10 +1,14 @@
{
"C_Cpp.default.includePath": [
"lib/godot-cpp/include",
"lib/godot-cpp/gen/include",
"lib/godot-cpp/gdextension"
"src/lib/godot-cpp/include",
"src/lib/godot-cpp/gen/include",
"src/lib/godot-cpp/gdextension"
],
"files.associations": {
"xlocbuf": "cpp"
}
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}