mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Add Contact:getChildren (pull request #15)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user