diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2024-05-20 09:28:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-20 11:28:13 -0300 |
| commit | 566f9db5a557f6f39e2a2bdfa6d1f99e62daa919 (patch) | |
| tree | c74670cf2677ce3a9478d22f34668f20be5abd48 /.vscode | |
| parent | 53c05e51a42d3da47d0f815ce5d350a1a1b0e5de (diff) | |
cheats (#257)
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index d4e21e0e..2e1b9b70 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -146,7 +146,8 @@ "bgm.h": "c", "*.tcc": "c", "object_ram.h": "c", - "sf64dma.h": "c" + "sf64dma.h": "c", + "string": "c" }, "C_Cpp_Runner.msvcBatchPath": "" }
\ No newline at end of file |
