Update raylib_api.* by CI

This commit is contained in:
github-actions[bot] 2025-05-22 15:07:11 +00:00
parent afb52b19a4
commit 8d9c1cecb7
4 changed files with 4 additions and 4 deletions

View file

@ -4198,7 +4198,7 @@ return {
},
{
name = "EncodeDataBase64",
description = "Encode data to Base64 string, memory must be MemFree()",
description = "Encode data to Base64 string (includes NULL terminator), memory must be MemFree()",
returnType = "char *",
params = {
{type = "const unsigned char *", name = "data"},