some more Shape fixes

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-03-13 10:09:17 -04:00
parent c3d69746c1
commit be146c5f61
2 changed files with 32 additions and 22 deletions
+2 -1
View File
@@ -48,7 +48,8 @@ namespace box2d
int w_newBody(lua_State * L);
int w_newCircleShape(lua_State * L);
int w_newRectangleShape(lua_State * L);
int w_newPolygonShape(lua_State * L);;
int w_newEdgeShape(lua_State * L);
int w_newPolygonShape(lua_State * L);
int w_newDistanceJoint(lua_State * L);
int w_newMouseJoint(lua_State * L);
int w_newRevoluteJoint(lua_State * L);