diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2024-05-08 13:57:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-08 15:57:11 -0300 |
| commit | 7eff38a5f9f968994a964501d39232a312e6cb22 (patch) | |
| tree | 836184e27e877514446586da53b2d3f9c637c770 /.vscode | |
| parent | 182eb5c65ae3ba92ec02f62f3be1b92613b9838e (diff) | |
Add quick boot and add ram editing to object ram watch (#236)
* upgrades
* one cleanup
* streamlining
* whoops mods
* more ub
* cast cleanup
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 5c687cb9..8d3a478f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -143,7 +143,9 @@ "os_motor.h": "c", "os_pfs.h": "c", "semaphore": "c", - "bgm.h": "c" + "bgm.h": "c", + "*.tcc": "c", + "object_ram.h": "c" }, "C_Cpp_Runner.msvcBatchPath": "" }
\ No newline at end of file |
