Update raylib_api.* by CI

This commit is contained in:
github-actions[bot] 2025-01-11 22:38:42 +00:00
parent e227371265
commit 43db59d1aa
4 changed files with 4 additions and 4 deletions

View file

@ -6893,7 +6893,7 @@ return {
description = "Join text strings with delimiter",
returnType = "char *",
params = {
{type = "const char **", name = "textList"},
{type = "char **", name = "textList"},
{type = "int", name = "count"},
{type = "const char *", name = "delimiter"}
}