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

@ -2440,8 +2440,9 @@
<Param type="const char *" name="text" desc="" />
<Param type="int *" name="count" desc="" />
</Function>
<Function name="UnloadTextLines" retType="void" paramCount="1" desc="Unload text lines">
<Function name="UnloadTextLines" retType="void" paramCount="2" desc="Unload text lines">
<Param type="char **" name="text" desc="" />
<Param type="int" name="lineCount" desc="" />
</Function>
<Function name="TextCopy" retType="int" paramCount="2" desc="Copy one string to another, returns bytes copied">
<Param type="char *" name="dst" desc="" />