Better ChainShape API consistency

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-25 22:29:30 -04:00
parent de908f3354
commit 80fb261b5a
4 changed files with 19 additions and 17 deletions
+2 -2
View File
@@ -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);