Added Logging and tweaked Systems

This commit is contained in:
2026-01-04 22:34:17 +02:00
parent 89ebe63e4b
commit 8174c19f00
5 changed files with 113 additions and 3 deletions

16
.clangd Normal file
View File

@@ -0,0 +1,16 @@
{
"CompileFlags": {
"Add": [
"-std=c++23",
"-Wall",
"-Wextra",
"-Wpedantic",
]
},
"Index": {
"Background": "Build"
},
"Completion": {
"AllScopes": true
}
}