ougge/.vscode/c_cpp_properties.json
2024-09-13 22:58:31 +05:00

19 lines
442 B
JSON

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