mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Added Body/Contact/Fixture/Joint/World:isDestroyed (resolves issue #964.)
This commit is contained in:
@@ -60,6 +60,7 @@ int w_Fixture_getMassData(lua_State *L);
|
||||
int w_Fixture_getGroupIndex(lua_State *L);
|
||||
int w_Fixture_setGroupIndex(lua_State *L);
|
||||
int w_Fixture_destroy(lua_State *L);
|
||||
int w_Fixture_isDestroyed(lua_State *L);
|
||||
extern "C" int luaopen_fixture(lua_State *L);
|
||||
|
||||
} // box2d
|
||||
|
||||
Reference in New Issue
Block a user