Add type to Body constructor (defaults to "static")

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-24 02:15:46 -04:00
parent 5f4b4c8838
commit 8592b98525
5 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ namespace box2d
/**
* Create a Body at position p.
**/
Body(World * world, b2Vec2 p);
Body(World * world, b2Vec2 p, Type type);
virtual ~Body();