You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Document version and how to extract sources in thirdparty/README.md. Drop unnecessary CMake and Premake files. Simplify SCsub, drop unused one.
10 lines
212 B
C++
10 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
|