making a stab at updating Shapes

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-03-13 09:33:32 -04:00
parent e32a373dc9
commit c3d69746c1
16 changed files with 300 additions and 746 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ namespace box2d
* @param body The parent Body.
* @param def The polygon definition.
**/
PolygonShape(Body * body, b2PolygonDef * def);
PolygonShape(b2PolygonShape * p);
virtual ~PolygonShape();