mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Update Body API.
--HG-- branch : box2d-update
This commit is contained in:
@@ -117,7 +117,7 @@ namespace box2d
|
||||
// From b2ContactListener
|
||||
void BeginContact(b2Contact* contact);
|
||||
void EndContact(b2Contact* contact);
|
||||
void PreSolve(b2Contact* contact);
|
||||
void PreSolve(b2Contact* contact, const b2Manifold* oldManifold);
|
||||
void PostSolve(b2Contact* contact, const b2ContactImpulse* impulse);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user