Files
Tower-Defense2/.vscode/c_cpp_properties.json
2025-08-13 21:09:40 +00:00

13 lines
215 B
JSON

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