Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2024-05-29 15:02:00 +00:00
parent c335c3c52c
commit a942a3bc70
4 changed files with 456 additions and 429 deletions

View File

@ -4499,6 +4499,17 @@
}
]
},
{
"name": "IsFileNameValid",
"description": "Check if fileName is valid for the platform/OS",
"returnType": "bool",
"params": [
{
"type": "const char *",
"name": "fileName"
}
]
},
{
"name": "LoadDirectoryFiles",
"description": "Load directory filepaths",