cub3d/.vscode/settings.json
2025-05-06 18:18:33 +02:00

12 lines
201 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"
},
"cmake.ignoreCMakeListsMissing": true
}