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

@ -9801,7 +9801,7 @@
},
{
"name": "TextToInteger",
"description": "Get integer value from text (negative values not supported)",
"description": "Get integer value from text",
"returnType": "int",
"params": [
{
@ -9812,7 +9812,7 @@
},
{
"name": "TextToFloat",
"description": "Get float value from text (negative values not supported)",
"description": "Get float value from text",
"returnType": "float",
"params": [
{