mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
First attempt at implementing Memoization for certain Box2D objects
--HG-- branch : box2d-update
This commit is contained in:
@@ -70,6 +70,11 @@ namespace box2d
|
||||
* Creates a Fixture.
|
||||
**/
|
||||
Fixture(Body * body, Shape * shape, float density);
|
||||
|
||||
/**
|
||||
* Creates a Fixture.
|
||||
**/
|
||||
Fixture(b2Fixture * f);
|
||||
|
||||
virtual ~Fixture();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user