Restored the destroy method for objects in love.physics.

This commit is contained in:
rude
2009-11-02 23:00:08 +01:00
parent 0e98e7928b
commit 2a9b2b608c
15 changed files with 37 additions and 2 deletions
+1
View File
@@ -53,6 +53,7 @@ namespace box2d
int w_Shape_setData(lua_State * L);
int w_Shape_getData(lua_State * L);
int w_Shape_getBoundingBox(lua_State * L);
int w_Shape_destroy(lua_State * L);
int luaopen_shape(lua_State * L);
} // box2d