diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2024-03-05 16:51:52 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-05 19:51:52 -0300 |
| commit | 7e99fe712de9603eb98c31778315fecf91c38be4 (patch) | |
| tree | ce35b5ede83c788cd8eafe7ee1d2f560e100a865 /.vscode | |
| parent | f23e2efc05dc8063f805866c41426cfb81fcef90 (diff) | |
In my nightmares, I see audio_synthesis (#146)
* heapsort
* suff
* load init
* split
* split data
* begone asm
* names
* names and cleanup
* let's try this
* woo macros
* general
* bgm macro
* names
* audio_thread
* Update Torch
* I think it's time to move on
* Merge remote-tracking branch 'upstream/master' into play
---------
Co-authored-by: Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com>
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 087d9bfc..77f718f9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -66,7 +66,20 @@ "i5.h": "c", "ast_warp_zone.h": "c", "sf64audio_provisional.h": "c", - "fox_enmy_assets.h": "c" + "fox_enmy_assets.h": "c", + "audiothread_cmd.h": "c", + "span": "c", + "string_span": "c", + "array": "c", + "bitset": "c", + "string_view": "c", + "initializer_list": "c", + "regex": "c", + "utility": "c", + "valarray": "c", + "util": "c", + "variant": "c", + "chrono": "c" }, "C_Cpp_Runner.msvcBatchPath": "" }
\ No newline at end of file |
