Skip to content

Commit d7bd56e

Browse files
rlparser: update raylib_api.* by CI
1 parent a693365 commit d7bd56e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/rlparser/output/raylib_api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ Callback 006: AudioCallback() (2 input parameters)
10001000
Param[1]: bufferData (type: void *)
10011001
Param[2]: frames (type: unsigned int)
10021002

1003-
Functions found: 599
1003+
Functions found: 597
10041004

10051005
Function 001: InitWindow() (3 input parameters)
10061006
Name: InitWindow

tools/rlparser/output/raylib_api.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@
682682
<Param type="unsigned int" name="frames" desc="" />
683683
</Callback>
684684
</Callbacks>
685-
<Functions count="599">
685+
<Functions count="597">
686686
<Function name="InitWindow" retType="void" paramCount="3" desc="Initialize window and OpenGL context">
687687
<Param type="int" name="width" desc="" />
688688
<Param type="int" name="height" desc="" />

0 commit comments

Comments
 (0)