Add Contact:getChildren (pull request #15)

This commit is contained in:
Bart van Strien
2013-05-10 17:40:04 +02:00
parent 402ae4638a
commit 0a422daa75
4 changed files with 21 additions and 0 deletions
+1
View File
@@ -44,6 +44,7 @@ int w_Contact_setRestitution(lua_State *L);
int w_Contact_setEnabled(lua_State *L);
int w_Contact_resetFriction(lua_State *L);
int w_Contact_resetRestitution(lua_State *L);
int w_Contact_getChildren(lua_State *L);
extern "C" int luaopen_contact(lua_State *L);
} // box2d