Add Body:getFilterList

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-24 17:12:45 -04:00
parent 15d2b7c63d
commit 221d9699f6
4 changed files with 31 additions and 0 deletions
+1
View File
@@ -82,6 +82,7 @@ namespace box2d
int w_Body_setAwake(lua_State * L);
int w_Body_setFixedRotation(lua_State * L);
int w_Body_isFixedRotation(lua_State * L);
int w_Body_getFixtureList(lua_State * L);
int w_Body_destroy(lua_State * L);
int luaopen_body(lua_State * L);