ougge/.vscode/c_cpp_properties.json

19 lines
449 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"
}
],
"version": 4
}