blob: c4cf70007658a30837c6ec2f4aea0b0cf4b407cc (
plain)
1
2
3
4
5
6
7
|
#ifndef CONVEX_POLYHEDRON_CL
#define CONVEX_POLYHEDRON_CL
#include "Bullet3Common/b3Transform.h"
#include "Bullet3Collision/NarrowPhaseCollision/shared/b3ConvexPolyhedronData.h"
#endif //CONVEX_POLYHEDRON_CL
|