cub3d/.vscode/settings.json
Quinten Mennen 5433bdde72 awesome
2025-05-06 19:13:23 +02:00

13 lines
219 B
JSON

{
"files.associations": {
"game.h": "c",
"cub3d.h": "c",
"screen.h": "c",
"mlx42.h": "c",
"glfw3.h": "c",
"vec_math.h": "c",
"texture.h": "c",
"libft.h": "c"
},
"cmake.ignoreCMakeListsMissing": true
}