Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/bullet/Bullet/NarrowPhaseCollision/ConvexCast.cpp')
-rw-r--r--extern/bullet/Bullet/NarrowPhaseCollision/ConvexCast.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/extern/bullet/Bullet/NarrowPhaseCollision/ConvexCast.cpp b/extern/bullet/Bullet/NarrowPhaseCollision/ConvexCast.cpp
new file mode 100644
index 00000000000..d8a4956700c
--- /dev/null
+++ b/extern/bullet/Bullet/NarrowPhaseCollision/ConvexCast.cpp
@@ -0,0 +1,5 @@
+#include "ConvexCast.h"
+
+ConvexCast::~ConvexCast()
+{
+}