Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2024-12-13 08:21:27 +00:00
parent 8a5a95c13a
commit 0a26d9a26f
4 changed files with 8 additions and 8 deletions

View File

@ -3757,12 +3757,12 @@ Function 438: TextToCamel() (1 input parameters)
Function 439: TextToInteger() (1 input parameters)
Name: TextToInteger
Return type: int
Description: Get integer value from text (negative values not supported)
Description: Get integer value from text
Param[1]: text (type: const char *)
Function 440: TextToFloat() (1 input parameters)
Name: TextToFloat
Return type: float
Description: Get float value from text (negative values not supported)
Description: Get float value from text
Param[1]: text (type: const char *)
Function 441: DrawLine3D() (3 input parameters)
Name: DrawLine3D