Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2025-09-04 21:26:00 +00:00
parent 0203a47bf9
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"}
}
},
{