mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Update to box2d 2.4.1
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#ifndef B2_CONTACT_MANAGER_H
|
||||
#define B2_CONTACT_MANAGER_H
|
||||
|
||||
#include "b2_api.h"
|
||||
#include "b2_broad_phase.h"
|
||||
|
||||
class b2Contact;
|
||||
@@ -31,7 +32,7 @@ class b2ContactListener;
|
||||
class b2BlockAllocator;
|
||||
|
||||
// Delegate of b2World.
|
||||
class b2ContactManager
|
||||
class B2_API b2ContactManager
|
||||
{
|
||||
public:
|
||||
b2ContactManager();
|
||||
@@ -44,7 +45,7 @@ public:
|
||||
void Destroy(b2Contact* c);
|
||||
|
||||
void Collide();
|
||||
|
||||
|
||||
b2BroadPhase m_broadPhase;
|
||||
b2Contact* m_contactList;
|
||||
int32 m_contactCount;
|
||||
|
||||
Reference in New Issue
Block a user