Files
Tower-Defense2/.vscode/c_cpp_properties.json
2025-08-22 11:39:16 +02:00

13 lines
215 B
JSON

{
"configurations": [
{
"name": "TD2",
"cppStandard": "c++20",
"includePath": [
"include"
],
"compileCommands": ".vscode/compile_commands.json"
}
],
"version": 4
}