7
0
mirror of https://gitlab.com/raylibtemplates/rt.git synced 2026-06-13 04:25:11 -04:00
Files
RaylibTemplate-C/build-web/_deps/raylib-src/projects/VSCode/main.code-workspace
2025-11-03 02:11:38 +00:00

16 lines
183 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"raylib.h": "c",
"math.h": "c",
"blocks.h": "c",
"stdio.h": "c",
"*.m": "c"
}
}
}