Added GearJoint:getJoints (resolves issue #922.)

This commit is contained in:
Alex Szpakowski
2014-11-14 22:06:37 -04:00
parent 78d5db6981
commit 68936e6d2f
4 changed files with 82 additions and 0 deletions
@@ -36,6 +36,7 @@ namespace box2d
GearJoint *luax_checkgearjoint(lua_State *L, int idx);
int w_GearJoint_setRatio(lua_State *L);
int w_GearJoint_getRatio(lua_State *L);
int w_GearJoint_getJoints(lua_State *L);
extern "C" int luaopen_gearjoint(lua_State *L);
} // box2d