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

@ -4208,10 +4208,10 @@ return {
},
{
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"},
{type = "const char *", name = "text"},
{type = "int *", name = "outputSize"}
}
},