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

@ -1794,8 +1794,8 @@ Function 148: EncodeDataBase64() (3 input parameters)
Function 149: DecodeDataBase64() (2 input parameters)
Name: DecodeDataBase64
Return type: unsigned char *
Description: Decode Base64 string data, memory must be MemFree()
Param[1]: data (type: const char *)
Description: Decode Base64 string (expected NULL terminated), memory must be MemFree()
Param[1]: text (type: const char *)
Param[2]: outputSize (type: int *)
Function 150: ComputeCRC32() (2 input parameters)
Name: ComputeCRC32