diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-16 20:33:22 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-16 20:33:22 +0200 |
| commit | 250361975fc81ca01d96f615ed1226641887c305 (patch) | |
| tree | e11c9cf7ad6cf7d5d363286fc462de02c9a8e9d2 /.vscode/settings.json | |
| parent | 544f338b8e9ea010eccedbfa24bee5c97b7d3621 (diff) | |
improve pathfinding
Diffstat (limited to '.vscode/settings.json')
| -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 43dcada..ea51890 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,6 +7,7 @@ "editor.h": "c", "glass_doors.h": "c", "*.rh": "c", - "sdl_mixer.h": "c" + "sdl_mixer.h": "c", + "allocator.h": "c" } }
\ No newline at end of file |
