Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2025-05-11 09:05:50 +00:00
parent f7d03efb49
commit 63b988ade9
4 changed files with 8 additions and 8 deletions

View File

@ -4409,7 +4409,7 @@
"name": "fileName"
},
{
"type": "char *",
"type": "const char *",
"name": "text"
}
]
@ -4707,7 +4707,7 @@
"returnType": "unsigned char *",
"params": [
{
"type": "const unsigned char *",
"type": "const char *",
"name": "data"
},
{