:-'Generic Commit'
All checks were successful
Build-Test-Publish / Build (push) Successful in 1m22s

This commit is contained in:
Your Name
2025-05-31 00:14:09 +12:00
parent 439ad79524
commit 4259f6d960
6 changed files with 74 additions and 2 deletions

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

@@ -0,0 +1,17 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/source/build/src/autogen"
],
"defines": [],
"compilerPath": "/usr/bin/g++",
"cStandard": "c23",
"cppStandard": "c++23",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}