mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Better ChainShape API consistency
--HG-- branch : box2d-update
This commit is contained in:
@@ -39,8 +39,8 @@ namespace box2d
|
||||
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);
|
||||
int w_ChainShape_getVertices(lua_State * L);
|
||||
int w_ChainShape_getPoint(lua_State * L);
|
||||
int w_ChainShape_getPoints(lua_State * L);
|
||||
|
||||
int luaopen_chainshape(lua_State * L);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user