cub3d/.vscode/settings.json
Quinten Mennen 5a17615729 shaderss
2025-05-22 18:39:22 +02:00

17 lines
294 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",
"math.h": "c",
"mlx42_int.h": "c",
"glad.h": "c"
},
"cmake.ignoreCMakeListsMissing": true
}