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,7 +23,8 @@
#ifndef B2_BLOCK_ALLOCATOR_H
#define B2_BLOCK_ALLOCATOR_H
#include "box2d/b2_settings.h"
#include "b2_api.h"
#include "b2_settings.h"
const int32 b2_blockSizeCount = 14;
@@ -33,7 +34,7 @@ struct b2Chunk;
/// This is a small object allocator used for allocating small
/// objects that persist for more than one time step.
/// See: http://www.codeproject.com/useritems/Small_Block_Allocator.asp
class b2BlockAllocator
class B2_API b2BlockAllocator
{
public:
b2BlockAllocator();