rayjs/.vscode/settings.json

15 lines
320 B
JSON
Raw Normal View History

2023-05-01 16:24:56 +00:00
{
"files.associations": {
"sdl.h": "c",
"vs.sc.mtl.bin.h": "c",
2023-05-04 15:00:22 +00:00
"embedded_shader.h": "c",
2023-05-08 21:37:58 +00:00
"common.h": "c",
2023-06-15 13:32:20 +00:00
"raylib.h": "c",
2023-06-15 16:32:08 +00:00
"glad.h": "c",
2023-06-15 21:47:49 +00:00
"lightmapper.h": "c",
"compare": "c",
2023-06-16 15:23:07 +00:00
"memory": "c",
2023-06-19 16:17:33 +00:00
"rlgl.h": "c",
"random": "c"
2023-05-01 16:24:56 +00:00
}
}