more bt* to b3*

This commit is contained in:
erwin coumans
2013-04-16 17:08:59 -07:00
parent faabffc23d
commit e646754228
116 changed files with 2466 additions and 3034 deletions

View File

@@ -41,9 +41,9 @@
"../../../../bullet2/LinearMath/btConvexHullComputer.h",
"../../../../bullet2/LinearMath/btSerializer.cpp",
"../../../../bullet2/LinearMath/btSerializer.h",
"../../../../bullet2/LinearMath/btAlignedAllocator.cpp",
"../../../../bullet2/LinearMath/btQuickprof.cpp",
"../../../../bullet2/LinearMath/btQuickprof.h",
"../../../../bullet2/LinearMath/b3AlignedAllocator.cpp",
"../../../../bullet2/LinearMath/b3Quickprof.cpp",
"../../../../bullet2/LinearMath/b3Quickprof.h",
"../**.cpp",
"../**.h",
}

View File

@@ -39,9 +39,9 @@
"../OpenGLTrueTypeFont/opengl_fontstashcallbacks.h",
"../../src/BulletGeometry/btConvexHullComputer.cpp",
"../../src/BulletGeometry/btConvexHullComputer.h",
"../../src/BulletCommon/btAlignedAllocator.cpp",
"../../src/BulletCommon/btQuickprof.cpp",
"../../src/BulletCommon/btQuickprof.h",
"../../src/BulletCommon/b3AlignedAllocator.cpp",
"../../src/BulletCommon/b3Quickprof.cpp",
"../../src/BulletCommon/b3Quickprof.h",
"**.cpp",
"**.h",
}