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
+1
View File
@@ -57,6 +57,7 @@ namespace box2d
* Creates a Shape.
**/
Shape();
Shape(b2Shape * shape);
virtual ~Shape();