Update raylib_api.* by CI
This commit is contained in:
parent
d2f6c4924c
commit
7103703313
4 changed files with 223 additions and 162 deletions
|
|
@ -6845,6 +6845,23 @@ return {
|
|||
{type = "int *", name = "utf8Size"}
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "LoadTextLines",
|
||||
description = "Load text as separate lines ('\\n')",
|
||||
returnType = "char **",
|
||||
params = {
|
||||
{type = "const char *", name = "text"},
|
||||
{type = "int *", name = "count"}
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "UnloadTextLines",
|
||||
description = "Unload text lines",
|
||||
returnType = "void",
|
||||
params = {
|
||||
{type = "char **", name = "text"}
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "TextCopy",
|
||||
description = "Copy one string to another, returns bytes copied",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue