mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
19 lines
406 B
JSON
19 lines
406 B
JSON
|
{
|
||
|
"version": 4,
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "papermario",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/include"
|
||
|
],
|
||
|
"defines": [
|
||
|
"F3DEX_GBI_2",
|
||
|
"_LANGUAGE_C"
|
||
|
],
|
||
|
"cStandard": "c89",
|
||
|
"cppStandard": "c++17",
|
||
|
"intelliSenseMode": "gcc-x86"
|
||
|
}
|
||
|
]
|
||
|
}
|