rlparser: update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2026-02-10 17:02:58 +00:00
parent 3aced1fd7c
commit 919ad68ca7
4 changed files with 16 additions and 16 deletions

View File

@ -1029,6 +1029,11 @@
"name": "ModelAnimation",
"description": "ModelAnimation",
"fields": [
{
"type": "char[32]",
"name": "name",
"description": "Animation name"
},
{
"type": "int",
"name": "boneCount",
@ -1048,11 +1053,6 @@
"type": "Transform **",
"name": "framePoses",
"description": "Poses array by frame"
},
{
"type": "char[32]",
"name": "name",
"description": "Animation name"
}
]
},