Make roudned rectangle a variant of rectangle

This commit is contained in:
muddmaker
2015-05-23 17:05:03 -07:00
parent cb3ae86726
commit 0119e47f87
4 changed files with 17 additions and 33 deletions
@@ -111,7 +111,6 @@ int w_rectangle(lua_State *L);
int w_circle(lua_State *L);
int w_ellipse(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);