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