mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Add eclipse and roundedRectangle to love.graphics
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user