|
@ -670,7 +670,7 @@ |
|
|
<Param type="unsigned int" name="frames" desc="" /> |
|
|
<Param type="unsigned int" name="frames" desc="" /> |
|
|
</Callback> |
|
|
</Callback> |
|
|
</Callbacks> |
|
|
</Callbacks> |
|
|
<Functions count="571"> |
|
|
|
|
|
|
|
|
<Functions count="572"> |
|
|
<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="" /> |
|
@ -1966,6 +1966,13 @@ |
|
|
<Param type="Vector2" name="end" desc="" /> |
|
|
<Param type="Vector2" name="end" desc="" /> |
|
|
<Param type="Color" name="color" desc="" /> |
|
|
<Param type="Color" name="color" desc="" /> |
|
|
</Function> |
|
|
</Function> |
|
|
|
|
|
<Function name="ImageDrawLineEx" retType="void" paramCount="5" desc="Draw a line defining thickness within an image"> |
|
|
|
|
|
<Param type="Image *" name="dst" desc="" /> |
|
|
|
|
|
<Param type="Vector2" name="start" desc="" /> |
|
|
|
|
|
<Param type="Vector2" name="end" desc="" /> |
|
|
|
|
|
<Param type="int" name="thick" desc="" /> |
|
|
|
|
|
<Param type="Color" name="color" desc="" /> |
|
|
|
|
|
</Function> |
|
|
<Function name="ImageDrawCircle" retType="void" paramCount="5" desc="Draw a filled circle within an image"> |
|
|
<Function name="ImageDrawCircle" retType="void" paramCount="5" desc="Draw a filled circle within an image"> |
|
|
<Param type="Image *" name="dst" desc="" /> |
|
|
<Param type="Image *" name="dst" desc="" /> |
|
|
<Param type="int" name="centerX" desc="" /> |
|
|
<Param type="int" name="centerX" desc="" /> |
|
|