Add raylib library

This commit is contained in:
2023-10-31 11:39:24 +01:00
parent f3474ff895
commit 3acf19b705
896 changed files with 510860 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"raylib.h": "c",
"math.h": "c",
"blocks.h": "c",
"stdio.h": "c",
"*.m": "c"
}
}
}