mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 08:52:40 +01:00
3c887e6ac3
* PlayEffect progress, two insane funcs * PartnerActionStatus struct and some cleanup * file split * physics funcs * data migration, some decomp * curtains data, etc * git subrepo pull (merge) --force tools/splat subrepo: subdir: "tools/splat" merged: "b8bf80cd07" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "b8bf80cd07" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "265b837554" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "265b837554" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * PR comments
30 lines
810 B
JSON
30 lines
810 B
JSON
{
|
|
"version": 4,
|
|
"configurations": [
|
|
{
|
|
"name": "papermario",
|
|
"browse": {
|
|
"limitSymbolsToIncludedHeaders": true,
|
|
"path": [
|
|
"${workspaceFolder}/include",
|
|
"${workspaceFolder}/src"
|
|
]
|
|
},
|
|
"includePath": [
|
|
"${workspaceFolder}/include",
|
|
"${workspaceFolder}/ver/us/build/include",
|
|
"${workspaceFolder}/src",
|
|
"${workspaceFolder}/assets/us",
|
|
],
|
|
"defines": [
|
|
"F3DEX_GBI_2",
|
|
"_LANGUAGE_C",
|
|
"SCRIPT(...)={}",
|
|
"VERSION=us"
|
|
],
|
|
"cStandard": "c89",
|
|
"cppStandard": "c++17"
|
|
}
|
|
]
|
|
}
|