SegaRaycast/.vscode/c_cpp_properties.json

20 lines
422 B
JSON
Raw Normal View History

2024-08-29 17:51:49 -06:00
{
"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
}