diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2024-03-08 15:53:53 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-08 18:53:53 -0300 |
| commit | 8ccd568cc8a0881ce7cbc52e02de5b2eb7498f7f (patch) | |
| tree | 0f0b74fe824ca849fd3cb510e280ef6c934a3764 /.vscode | |
| parent | a49f81eedeaa83f8e1351434c9cec5af0de14b90 (diff) | |
Audio_effects, _playback, and most of _seqplayer (#153)
* 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
* playback
* bss
---------
Co-authored-by: Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com>
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 1f40419c..c5d8e7b9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -80,6 +80,14 @@ "util": "c", "variant": "c", "chrono": "c", + "optional": "c", + "istream": "c", + "ostream": "c", + "ratio": "c", + "system_error": "c", + "functional": "c", + "tuple": "c", + "type_traits": "c", "ast_allies.h": "c", "ast_font.h": "c", "fox_std_lib_assets.h": "c", |
