SegaRaycast/.vscode/c_cpp_properties.json
2024-08-30 09:51:49 +10:00

20 lines
422 B
JSON

{
"configurations": [
{
"name": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**",
"${GDK}/inc"
],
"browse": {
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
},
"cStandard": "${default}",
"cppStandard": "${default}",
"compilerPath": "gcc",
"intelliSenseMode": "windows-gcc-x64"
}
],
"version": 4
}