diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 2df0a7b..b3222ee 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,6 +2,8 @@ "files.associations": { "*.ejs": "html", "throwables.h": "c", - "cstdlib": "c" + "cstdlib": "c", + "audio.h": "c", + "project_base.h": "c" } }
\ No newline at end of file |
