removed btTypedUserInfo.h and added btHashMap.h

This commit is contained in:
erwin.coumans
2008-03-17 02:48:11 +00:00
parent 65bb612598
commit 44ed78a6bd

View File

@@ -12,6 +12,7 @@ ADD_LIBRARY(LibLinearMath
btDefaultMotionState.h btDefaultMotionState.h
btMatrix3x3.h btMatrix3x3.h
btQuadWord.h btQuadWord.h
btHashMap.h
btScalar.h btScalar.h
btAabbUtil2.h btAabbUtil2.h
btMinMax.h btMinMax.h
@@ -24,7 +25,6 @@ ADD_LIBRARY(LibLinearMath
btIDebugDraw.h btIDebugDraw.h
btPoint3.h btPoint3.h
btQuickprof.h btQuickprof.h
btTypedUserInfo.h
btTransformUtil.h btTransformUtil.h
btQuickprof.cpp btQuickprof.cpp
btGeometryUtil.cpp btGeometryUtil.cpp