rlparser: update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2025-11-30 18:02:52 +00:00
parent 4724f7cf1b
commit 4d9df337a7
4 changed files with 4 additions and 4 deletions

View File

@ -2998,7 +2998,7 @@
<Function name="IsSoundValid" retType="bool" paramCount="1" desc="Checks if a sound is valid (data loaded and buffers initialized)">
<Param type="Sound" name="sound" desc="" />
</Function>
<Function name="UpdateSound" retType="void" paramCount="3" desc="Update sound buffer with new data (data and frame count should fit in sound)">
<Function name="UpdateSound" retType="void" paramCount="3" desc="Update sound buffer with new data (default data format: 32 bit float, stereo)">
<Param type="Sound" name="sound" desc="" />
<Param type="const void *" name="data" desc="" />
<Param type="int" name="sampleCount" desc="" />