Files
ougge/.vscode/c_cpp_properties.json
2026-06-07 17:08:09 +05:00

20 lines
484 B
JSON

{
"configurations": [
{
"name": "all",
"defines": [
"SDL_DISABLE_ANALYZE_MACROS",
"DEBUG=1",
],
"includePath": [
"dependencies/include",
"dependencies/include/SDL2",
"dependencies/cimgui/imgui",
"${default}",
],
"cppStandard": "c++20",
"cStandard": "c11",
}
],
"version": 4
}