mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Update ChainShape API
--HG-- branch : box2d-update
This commit is contained in:
@@ -36,6 +36,7 @@ namespace box2d
|
||||
|
||||
int w_ChainShape_setNextVertex(lua_State * L);
|
||||
int w_ChainShape_setPrevVertex(lua_State * L);
|
||||
int w_ChainShape_getChildCount(lua_State * L);
|
||||
int w_ChainShape_getChildEdge(lua_State * L);
|
||||
int w_ChainShape_getVertexCount(lua_State * L);
|
||||
int w_ChainShape_getVertex(lua_State * L);
|
||||
|
||||
Reference in New Issue
Block a user