mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update raylib_api.* by CI
This commit is contained in:
@ -1787,7 +1787,7 @@ Function 147: DecompressData() (3 input parameters)
|
||||
Function 148: EncodeDataBase64() (3 input parameters)
|
||||
Name: EncodeDataBase64
|
||||
Return type: char *
|
||||
Description: Encode data to Base64 string, memory must be MemFree()
|
||||
Description: Encode data to Base64 string (includes NULL terminator), memory must be MemFree()
|
||||
Param[1]: data (type: const unsigned char *)
|
||||
Param[2]: dataSize (type: int)
|
||||
Param[3]: outputSize (type: int *)
|
||||
|
||||
Reference in New Issue
Block a user