Add eclipse and roundedRectangle to love.graphics

This commit is contained in:
muddmaker
2015-05-23 12:52:27 -07:00
parent c3fd7a25a3
commit fbc419fda6
4 changed files with 148 additions and 0 deletions
@@ -109,7 +109,9 @@ int w_point(lua_State *L);
int w_line(lua_State *L);
int w_rectangle(lua_State *L);
int w_circle(lua_State *L);
int w_eclipse(lua_State *L);
int w_arc(lua_State *L);
int w_roundedRectangle(lua_State *L);
int w_polygon(lua_State *L);
int w_push(lua_State *L);
int w_pop(lua_State *L);