GraphC/.vscode/c_cpp_properties.json
2024-07-21 06:43:08 +03:00

17 lines
366 B
JSON

{
"configurations": [
{
"name": "all",
"defines": [
"SDL_DISABLE_ANALYZE_MACROS",
"DEBUG=1"
],
"includePath": [
"dependencies/include/SDL2",
"dependencies/imgui",
"${default}"
]
}
],
"version": 4
}