diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2023-11-26 15:27:05 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-26 18:27:05 -0300 |
| commit | 0205789a28cbb925847656e740a3127bf1bd5bcf (patch) | |
| tree | 0566e7506da0d69006e9376776a06d18cb496282 /.vscode | |
| parent | d6fc56adc02603ac98997c1a7746cb8745df9451 (diff) | |
a bunch of graphics related functions and data importation (#31)
* graphics?
* more stuff
* missed one
* headers
* data import and such
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 2730b579..cab73b49 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -40,6 +40,8 @@ "dfee30.h": "c", "df4260.h": "c", "symbol_addrs_overlays": "cpp", + "string.h": "c", + "stdarg.h": "c", "fox_option.h": "c", "cstdlib": "c", "typeinfo": "c", |
