cub3d/.vscode/settings.json
2025-04-22 17:28:26 +02:00

10 lines
160 B
JSON

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