Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2025-08-01 17:38:20 +00:00
parent 234f4b2b10
commit 9d07be6bde
4 changed files with 4 additions and 4 deletions

View File

@ -6922,7 +6922,7 @@ return {
},
{
name = "TextSplit",
description = "Split text into multiple strings",
description = "Split text into multiple strings, using MAX_TEXTSPLIT_COUNT static strings",
returnType = "char **",
params = {
{type = "const char *", name = "text"},