Update to box2d 2.4.1

This commit is contained in:
Garrett Brown
2020-10-17 22:15:18 -04:00
parent 7d24beab90
commit 77f238767f
58 changed files with 879 additions and 367 deletions
+3 -2
View File
@@ -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;