First attempt at implementing Memoization for certain Box2D objects

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-24 12:20:59 -04:00
parent d35dbaa28b
commit c705063597
11 changed files with 69 additions and 0 deletions
+5
View File
@@ -70,6 +70,11 @@ namespace box2d
* Creates a Fixture.
**/
Fixture(Body * body, Shape * shape, float density);
/**
* Creates a Fixture.
**/
Fixture(b2Fixture * f);
virtual ~Fixture();