Implmented a few 'missing methods' in love.physics.

This commit is contained in:
rude
2010-01-31 14:24:22 +01:00
parent c269430981
commit 67e10b64f9
8 changed files with 75 additions and 1 deletions
+1
View File
@@ -56,6 +56,7 @@ namespace box2d
int w_Body_setPosition(lua_State * L);
int w_Body_setMassFromShapes(lua_State * L);
int w_Body_setMass(lua_State * L);
int w_Body_setInertia(lua_State * L);
int w_Body_setAngularDamping(lua_State * L);
int w_Body_setLinearDamping(lua_State * L);
int w_Body_getWorldPoint(lua_State * L);