diff options
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 ea51890..dfd1912 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,6 +8,7 @@ "glass_doors.h": "c", "*.rh": "c", "sdl_mixer.h": "c", - "allocator.h": "c" + "allocator.h": "c", + "stdlib.h": "c" } }
\ No newline at end of file |
