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