Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2025-05-28 15:19:32 +00:00
parent d7148f5f9d
commit 2d952d8e94
4 changed files with 8 additions and 8 deletions

View File

@ -4703,12 +4703,12 @@
},
{
"name": "DecodeDataBase64",
"description": "Decode Base64 string data, memory must be MemFree()",
"description": "Decode Base64 string (expected NULL terminated), memory must be MemFree()",
"returnType": "unsigned char *",
"params": [
{
"type": "const char *",
"name": "data"
"name": "text"
},
{
"type": "int *",