<Functionname="InitWindow"retType="void"paramCount="3"desc="Initialize window and OpenGL context">
<Paramtype="int"name="width"desc=""/>
<Paramtype="int"name="height"desc=""/>
@ -1671,6 +1671,12 @@
<Paramtype="Vector2"name="p2"desc=""/>
<Paramtype="int"name="threshold"desc=""/>
</Function>
<Functionname="CheckCollisionCircleLine"retType="bool"paramCount="4"desc="Check if circle collides with a line created betweeen two points [p1] and [p2]">
<Paramtype="Vector2"name="center"desc=""/>
<Paramtype="float"name="radius"desc=""/>
<Paramtype="Vector2"name="p1"desc=""/>
<Paramtype="Vector2"name="p2"desc=""/>
</Function>
<Functionname="GetCollisionRec"retType="Rectangle"paramCount="2"desc="Get collision rectangle for two rectangles collision">