multiple things

This commit is contained in:
Crylia
2024-06-26 11:06:09 +02:00
parent df5e9bdfa9
commit 5c9a49e634
68 changed files with 77165 additions and 90 deletions

14
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${default}"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}