diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2023-11-24 13:11:20 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-24 16:11:20 -0300 |
| commit | d32854ced18eb334bbba4e2e67074bae641688c2 (patch) | |
| tree | 87f70b39674f4c4587b5e51888fd5cf6738ef10e /.vscode | |
| parent | e0cc3dbc0eca3f2b21c948fad3581a4adade713e (diff) | |
Proposed names for library stuff (#29)
* get this started
* linker scripts fixed
* oh god what now
* names
* the blue pill
* names, perhaps
* save
* clean out structs
* save for later again
* more names
* save, again
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 02b04b43..d87cde38 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -42,6 +42,8 @@ "symbol_addrs_overlays": "cpp", "fox_option.h": "c", "cstdlib": "c", - "typeinfo": "c" + "typeinfo": "c", + "sym_addrs_funcs": "c", + "*.txt": "c" }, }
\ No newline at end of file |
