cub3d/.vscode/settings.json
2025-04-20 14:02:23 +02:00

9 lines
142 B
JSON

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