updated build files

This commit is contained in:
erwin.coumans
2008-05-10 19:24:39 +00:00
parent e334254a7b
commit 649709dc2d
6 changed files with 14 additions and 6 deletions

View File

@@ -8,10 +8,6 @@ ADD_LIBRARY(LibBulletSoftBody
btSoftBody.h
btSoftBodyHelpers.cpp
btSparseSDF.h
btDbvtBroadphase.cpp
btDbvtBroadphase.h
btDbvt.cpp
btDbvt.h
btSoftBodyHelpers.h
btSoftBodyRigidBodyCollisionConfiguration.cpp
btSoftRigidCollisionAlgorithm.cpp

View File

@@ -120,6 +120,7 @@ public:
/* ImplicitFn */
struct ImplicitFn
{
virtual ~ImplicitFn() {}
virtual btScalar Eval(const btVector3& x)=0;
};