|
|
|
@ -679,7 +679,7 @@ |
|
|
|
<Param type="unsigned int" name="frames" desc="" /> |
|
|
|
</Callback> |
|
|
|
</Callbacks> |
|
|
|
<Functions count="595"> |
|
|
|
<Functions count="596"> |
|
|
|
<Function name="InitWindow" retType="void" paramCount="3" desc="Initialize window and OpenGL context"> |
|
|
|
<Param type="int" name="width" desc="" /> |
|
|
|
<Param type="int" name="height" desc="" /> |
|
|
|
@ -1359,6 +1359,13 @@ |
|
|
|
<Param type="int" name="endPosY" desc="" /> |
|
|
|
<Param type="Color" name="color" desc="" /> |
|
|
|
</Function> |
|
|
|
<Function name="DrawLineDashed" retType="void" paramCount="5" desc="Draw a dashed line"> |
|
|
|
<Param type="Vector2" name="startPos" desc="" /> |
|
|
|
<Param type="Vector2" name="endPos" desc="" /> |
|
|
|
<Param type="int" name="dashSize" desc="" /> |
|
|
|
<Param type="int" name="whiteSpaceSize" desc="" /> |
|
|
|
<Param type="Color" name="color" desc="" /> |
|
|
|
</Function> |
|
|
|
<Function name="DrawLineV" retType="void" paramCount="3" desc="Draw a line (using gl lines)"> |
|
|
|
<Param type="Vector2" name="startPos" desc="" /> |
|
|
|
<Param type="Vector2" name="endPos" desc="" /> |
|
|
|
|