mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-17 04:29:09 -04:00
rlparser: update raylib_api.* by CI
This commit is contained in:
@ -1000,7 +1000,7 @@ Callback 006: AudioCallback() (2 input parameters)
|
|||||||
Param[1]: bufferData (type: void *)
|
Param[1]: bufferData (type: void *)
|
||||||
Param[2]: frames (type: unsigned int)
|
Param[2]: frames (type: unsigned int)
|
||||||
|
|
||||||
Functions found: 599
|
Functions found: 597
|
||||||
|
|
||||||
Function 001: InitWindow() (3 input parameters)
|
Function 001: InitWindow() (3 input parameters)
|
||||||
Name: InitWindow
|
Name: InitWindow
|
||||||
|
|||||||
@ -682,7 +682,7 @@
|
|||||||
<Param type="unsigned int" name="frames" desc="" />
|
<Param type="unsigned int" name="frames" desc="" />
|
||||||
</Callback>
|
</Callback>
|
||||||
</Callbacks>
|
</Callbacks>
|
||||||
<Functions count="599">
|
<Functions count="597">
|
||||||
<Function name="InitWindow" retType="void" paramCount="3" desc="Initialize window and OpenGL context">
|
<Function name="InitWindow" retType="void" paramCount="3" desc="Initialize window and OpenGL context">
|
||||||
<Param type="int" name="width" desc="" />
|
<Param type="int" name="width" desc="" />
|
||||||
<Param type="int" name="height" desc="" />
|
<Param type="int" name="height" desc="" />
|
||||||
|
|||||||
Reference in New Issue
Block a user