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

@ -4006,7 +4006,7 @@ return {
returnType = "bool",
params = {
{type = "const char *", name = "fileName"},
{type = "char *", name = "text"}
{type = "const char *", name = "text"}
}
},
{
@ -4211,7 +4211,7 @@ return {
description = "Decode Base64 string data, memory must be MemFree()",
returnType = "unsigned char *",
params = {
{type = "const unsigned char *", name = "data"},
{type = "const char *", name = "data"},
{type = "int *", name = "outputSize"}
}
},