:-'Generic Commit'

This commit is contained in:
Your Name
2025-05-28 22:26:47 +12:00
parent 3bc0c65c40
commit 03ce71ecbe
8 changed files with 191 additions and 295 deletions

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

@ -0,0 +1,17 @@
{
"configurations": [
{
"name": "Linux",
"intelliSenseMode": "linux-gcc-x64",
"compilerPath": "/usr/bin/g++",
"cStandard": "c17",
"cppStandard": "c++23",
"includePath": [
"${workspaceFolder}/dropshell-tool/src",
"${workspaceFolder}/dropshell-tool/src/autogen"
]
// ... other settings ...
}
],
"version": 4
}