e12c89e8c9
Document version and how to extract sources in thirdparty/README.md. Drop unnecessary CMake and Premake files. Simplify SCsub, drop unused one.
9 lines
212 B
C++
9 lines
212 B
C++
#ifndef CONVEX_POLYHEDRON_CL
|
|
#define CONVEX_POLYHEDRON_CL
|
|
|
|
#include "Bullet3Common/b3Transform.h"
|
|
#include "Bullet3Collision/NarrowPhaseCollision/shared/b3ConvexPolyhedronData.h"
|
|
|
|
|
|
|
|
#endif //CONVEX_POLYHEDRON_CL
|