fix msvc compilation/crash when shooting a box

This commit is contained in:
erwin.coumans
2009-01-08 23:48:13 +00:00
parent a8ec916af0
commit bdfd9784ed
3 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
#include "BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.h"
#include "BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h"
#include "BulletHfFluid/btHfFluidBuoyantConvexShape.h"
#include "btHfFluidBuoyantConvexShape.h"
btHfFluidBuoyantConvexShape::btHfFluidBuoyantConvexShape (btConvexShape* convexShape)
{

View File

@@ -1,7 +1,7 @@
#ifndef BT_HF_FLUID_COLLISION_SHAPE_H
#define BT_HF_FLUID_COLLISION_SHAPE_H
#include "BulletHfFluid/btHfFluid.h"
#include "btHfFluid.h"
#include "BulletCollision/BroadphaseCollision/btBroadphaseInterface.h"
#include "BulletCollision/CollisionDispatch/btCollisionDispatcher.h"
#include "BulletCollision/CollisionShapes/btConvexInternalShape.h"