diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2023-10-23 15:02:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-23 17:02:01 -0300 |
| commit | b698fd362895e2f4f172d4a69ad1bf6f9c8c3413 (patch) | |
| tree | c0d6ad2d751bcf36a585004aa746d5ae82139350 /.vscode | |
| parent | ac1a081cab6b1ba43a9e7c07951376f996cdb517 (diff) | |
Header fix (#9)
* headers
* format
* format
* format again
* headers oh my
* irix is love
* irix is life
* working
* even more fixes
* format
* touching to rebuild
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/c_cpp_properties.json | 3 | ||||
| -rw-r--r-- | .vscode/settings.json | 7 |
2 files changed, 7 insertions, 3 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index a83d14c3..3d363f7c 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -14,7 +14,8 @@ "include" ], "defines": [ - "_LANGUAGE_C" + "_LANGUAGE_C", + "_MIPS_SZLONG=32" ], "cStandard": "gnu89", // C89 + some GNU extensions from C99 like C++ comments "cppStandard": "${default}" diff --git a/.vscode/settings.json b/.vscode/settings.json index 5e499b4c..0cc202d3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,7 +14,7 @@ "tools/gfxsotn/**": false, }, "defines": [ - "_LANGUAGE_C" // For gbi.h + "_LANGUAGE_C", // For gbi.h ], "files.associations": { "hud.h": "c", @@ -22,6 +22,9 @@ "ultratypes.h": "c", "mbi.h": "c", "common.h": "c", - "sf64math.h": "c" + "sf64math.h": "c", + "ultra64.h": "c", + "os_internal.h": "c", + "structs.h": "c" }, }
\ No newline at end of file |
