mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
First attempt at implementing Memoization for certain Box2D objects
--HG-- branch : box2d-update
This commit is contained in:
@@ -76,6 +76,11 @@ namespace box2d
|
||||
* Create a Body at position p.
|
||||
**/
|
||||
Body(World * world, b2Vec2 p, Type type);
|
||||
|
||||
/**
|
||||
* Create a Body from an extant b2Body.
|
||||
**/
|
||||
Body(b2Body * b);
|
||||
|
||||
virtual ~Body();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user