updated CMake build for btUniformScalingShape/btConvexInternalShape

This commit is contained in:
ejcoumans
2007-07-28 21:31:32 +00:00
parent 38b7f474c3
commit 871521dd6a
7 changed files with 75 additions and 5 deletions

View File

@@ -16,11 +16,11 @@ subject to the following restrictions:
#ifndef CONE_MINKOWSKI_H
#define CONE_MINKOWSKI_H
#include "btConvexShape.h"
#include "btConvexInternalShape.h"
#include "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" // for the types
///btConeShape implements a Cone shape, around the Y axis
class btConeShape : public btConvexShape
class btConeShape : public btConvexInternalShape
{