mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
add const qualifier to the first arg of TextJoin (#5166)
* add const qualifier to the first arg of TextJoin * Update raylib_api.* by CI * Update raylib.h --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ray <raysan5@gmail.com>
This commit is contained in:
@ -3734,7 +3734,7 @@ Function 434: TextJoin() (3 input parameters)
|
||||
Name: TextJoin
|
||||
Return type: char *
|
||||
Description: Join text strings with delimiter
|
||||
Param[1]: textList (type: char **)
|
||||
Param[1]: textList (type: const char **)
|
||||
Param[2]: count (type: int)
|
||||
Param[3]: delimiter (type: const char *)
|
||||
Function 435: TextSplit() (3 input parameters)
|
||||
|
||||
Reference in New Issue
Block a user