2017-08-01 12:30:58 +00:00
|
|
|
#ifndef CONVEX_POLYHEDRON_CL
|
|
|
|
#define CONVEX_POLYHEDRON_CL
|
|
|
|
|
|
|
|
#include "Bullet3Common/b3Transform.h"
|
|
|
|
#include "Bullet3Collision/NarrowPhaseCollision/shared/b3ConvexPolyhedronData.h"
|
|
|
|
|
2019-01-03 13:26:51 +00:00
|
|
|
#endif //CONVEX_POLYHEDRON_CL
|