updating the Joints

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-03-13 13:16:02 -04:00
parent be146c5f61
commit b4fae893fd
20 changed files with 50 additions and 205 deletions
+9
View File
@@ -77,6 +77,9 @@ namespace box2d
// Pointer to the Box2D world.
b2World * world;
// Ground body
b2Body * groundBody;
// Contact callbacks.
ContactCallback add, persist, remove, result;
@@ -241,6 +244,12 @@ namespace box2d
* @return The scaled AABB.
**/
b2AABB scaleUp(const b2AABB & aabb);
/**
* Gets the ground body.
* @return The ground body.
**/
b2Body * getGroundBody();
};