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