cub3d/.vscode/settings.json
Quinten Mennen 6cb74c3b78 feat (menus)
2025-05-27 20:46:00 +02:00

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