Initial commit

This commit is contained in:
2023-05-06 18:33:58 +02:00
commit c9500a5548
18 changed files with 790 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"raylib.h": "c",
"math.h": "c",
"blocks.h": "c",
"stdio.h": "c",
"*.m": "c"
},
"cSpell.words": [
"DARKGRAY",
"fovy",
"Kleiax",
"raycpp",
"raylib",
"RAYWHITE"
]
}
}