Update raylib_api.* by CI

This commit is contained in:
github-actions[bot] 2025-09-04 21:26:00 +00:00
commit 55a1c58b64
4 changed files with 10 additions and 3 deletions

View file

@ -6860,7 +6860,8 @@ return {
description = "Unload text lines",
returnType = "void",
params = {
{type = "char **", name = "text"}
{type = "char **", name = "text"},
{type = "int", name = "lineCount"}
}
},
{