diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2024-02-16 16:04:22 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-16 19:04:22 -0300 |
| commit | 209b929eda0d1a98aaea90bec00f6f07c83ee5e9 (patch) | |
| tree | 77d3d99b1fc3b20fe19908c566f16ff8d2e52ba8 /.vscode | |
| parent | 16cc6a411fc9e7646efcfab196b4c03b94915038 (diff) | |
Import main, context, and option bss. Refactor headers. Some enum cleanup. (#130)
* stuff
* fixes
* addrs
* new header
* its bss time
* format and such
* fake symbols begone
* whoops forgot pragmas
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 0ef8ac66..67636854 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -52,7 +52,17 @@ "prevent_bss_reordering2.h": "c", "ast_aq.h": "c", "ast_8e1f80.h": "c", - "fox_end2.inc" : "c" + "fox_end2.inc": "c", + "sf64thread.h": "c", + "gfx.h": "c", + "os.h": "c", + "math.h": "c", + "context.h": "c", + "sf64player.h": "c", + "sys.h": "c", + "fox_option_assets.h": "c", + "mods.h": "c", + "i5.h": "c" }, "C_Cpp_Runner.msvcBatchPath": "" }
\ No newline at end of file |
