Update ChainShape API

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-23 22:32:39 -04:00
parent 367dbc2ecc
commit 6e7d83d7ea
4 changed files with 23 additions and 3 deletions
@@ -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);