Update WeldJoint for new soft constraint options

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-23 16:17:29 -04:00
parent 3c7310e76d
commit a956f9b0c1
4 changed files with 82 additions and 0 deletions
@@ -33,6 +33,12 @@ namespace physics
namespace box2d
{
WeldJoint * luax_checkweldjoint(lua_State * L, int idx);
int w_WeldJoint_setFrequency(lua_State * L);
int w_WeldJoint_getFrequency(lua_State * L);
int w_WeldJoint_setDampingRatio(lua_State * L);
int w_WeldJoint_getDampingRatio(lua_State * L);
int luaopen_weldjoint(lua_State * L);
} // box2d