cub3d/.vscode/settings.json
2025-06-03 22:22:04 +02:00

21 lines
383 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",
"game_menu.h": "c",
"game_manager.h": "c",
"collision.h": "c",
"monster.h": "c"
},
"cmake.ignoreCMakeListsMissing": true
}