cub3d/.vscode/settings.json
2025-05-08 15:59:54 +02:00

14 lines
238 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",
"render.h": "c"
},
"cmake.ignoreCMakeListsMissing": true
}