more compile fixes

This commit is contained in:
erwin coumans
2013-03-20 00:33:21 -07:00
parent a36a37eb55
commit 39884e4665
6 changed files with 12 additions and 9 deletions

View File

@@ -34,6 +34,9 @@ function createProject(vendor)
"../../../src/BulletCommon/btAlignedObjectArray.h",
"../../../src/BulletCommon/btQuickprof.cpp",
"../../../src/BulletCommon/btQuickprof.h",
"../../../src/BulletGeometry/**.cpp",
"../../../src/BulletGeometry/**.h",
}

View File

@@ -16,9 +16,9 @@ subject to the following restrictions:
#include <string.h>
#include "btConvexHull.h"
#include "btAlignedObjectArray.h"
#include "btMinMax.h"
#include "btVector3.h"
#include "BulletCommon/btAlignedObjectArray.h"
#include "BulletCommon/btMinMax.h"
#include "BulletCommon/btVector3.h"

View File

@@ -19,8 +19,8 @@ subject to the following restrictions:
#ifndef BT_CD_HULL_H
#define BT_CD_HULL_H
#include "btVector3.h"
#include "btAlignedObjectArray.h"
#include "BulletCommon/btVector3.h"
#include "BulletCommon/btAlignedObjectArray.h"
typedef btAlignedObjectArray<unsigned int> TUIntArray;

View File

@@ -16,8 +16,8 @@ subject to the following restrictions:
#ifndef BT_GEOMETRY_UTIL_H
#define BT_GEOMETRY_UTIL_H
#include "btVector3.h"
#include "btAlignedObjectArray.h"
#include "BulletCommon/btVector3.h"
#include "BulletCommon/btAlignedObjectArray.h"
///The btGeometryUtil helper class provides a few methods to convert between plane equations and vertices.
class btGeometryUtil

View File

@@ -1,5 +1,5 @@
#include "btPolarDecomposition.h"
#include "btMinMax.h"
#include "BulletCommon/btMinMax.h"
namespace
{

View File

@@ -1,7 +1,7 @@
#ifndef POLARDECOMPOSITION_H
#define POLARDECOMPOSITION_H
#include "btMatrix3x3.h"
#include "BulletCommon/btMatrix3x3.h"
/**
* This class is used to compute the polar decomposition of a matrix. In