It compiles and exectes (but crashes on startup)

This commit is contained in:
Martin Felis
2013-12-05 22:03:28 +01:00
parent 2644d1ee18
commit bf4cdc5743
24 changed files with 177 additions and 48 deletions
@@ -20,6 +20,7 @@
#include <Box2D/Collision/Shapes/b2EdgeShape.h>
#include <new>
#include <memory.h>
#include <cstring>
b2ChainShape::~b2ChainShape()
{
@@ -18,6 +18,7 @@
#include <Box2D/Collision/b2DynamicTree.h>
#include <memory.h>
#include <cstring>
b2DynamicTree::b2DynamicTree()
{
@@ -20,6 +20,7 @@
#include <limits.h>
#include <memory.h>
#include <stddef.h>
#include <cstring>
int32 b2BlockAllocator::s_blockSizes[b2_blockSizes] =
{