mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Updated box2d from 2.2.1 to 2.3.0
--HG-- branch : box2d-2.3
This commit is contained in:
@@ -17,11 +17,9 @@
|
||||
*/
|
||||
|
||||
#include <Box2D/Common/b2BlockAllocator.h>
|
||||
#include <cstdlib>
|
||||
#include <climits>
|
||||
#include <cstring>
|
||||
#include <memory>
|
||||
using namespace std;
|
||||
#include <limits.h>
|
||||
#include <memory.h>
|
||||
#include <stddef.h>
|
||||
|
||||
int32 b2BlockAllocator::s_blockSizes[b2_blockSizes] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user