mirror of
https://github.com/love2d/love-android.git
synced 2026-08-18 11:44:13 +02:00
It compiles and exectes (but crashes on startup)
This commit is contained in:
@@ -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] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user