Add Fixture:getNext()

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-24 12:32:28 -04:00
parent c705063597
commit e962891ba2
4 changed files with 26 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ namespace box2d
int w_Fixture_isSensor(lua_State * L);
int w_Fixture_getBody(lua_State * L);
int w_Fixture_getShape(lua_State * L);
int w_Fixture_getNext(lua_State * L);
int w_Fixture_testPoint(lua_State * L);
int w_Fixture_rayCast(lua_State * L);
int w_Fixture_setFilterData(lua_State * L);