more joint updates to better match the API

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-07-02 11:46:42 -05:00
parent b4fae893fd
commit b3434997bf
15 changed files with 122 additions and 40 deletions
@@ -37,6 +37,10 @@ namespace box2d
int w_MouseJoint_getTarget(lua_State * L);
int w_MouseJoint_setMaxForce(lua_State * L);
int w_MouseJoint_getMaxForce(lua_State * L);
int w_MouseJoint_setFrequency(lua_State * L);
int w_MouseJoint_getFrequency(lua_State * L);
int w_MouseJoint_setDampingRatio(lua_State * L);
int w_MouseJoint_getDampingRatio(lua_State * L);
int luaopen_mousejoint(lua_State * L);
} // box2d