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:
@ -9605,6 +9605,32 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user