mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-05 01:16:28 +00:00
Update raylib_api.* by CI
This commit is contained in:
@@ -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"}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user