mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
added love.graphics.arc
--HG-- branch : minor
This commit is contained in:
@@ -94,6 +94,7 @@ namespace opengl
|
||||
int w_rectangle(lua_State * L);
|
||||
int w_quad(lua_State * L);
|
||||
int w_circle(lua_State * L);
|
||||
int w_arc(lua_State * L);
|
||||
int w_push(lua_State * L);
|
||||
int w_pop(lua_State * L);
|
||||
int w_rotate(lua_State * L);
|
||||
|
||||
Reference in New Issue
Block a user