SFML_Experiments/.vscode/c_cpp_properties.json

20 lines
486 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"C:/MinGW/include/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.17763.0",
"compilerPath": "C:/MinGW/bin/g++.exe",
"intelliSenseMode": "gcc-x86"
}
],
"version": 4
}