mirror of
https://github.com/godotengine/godot.git
synced 2024-12-21 10:25:24 +08:00
8 lines
211 B
C++
8 lines
211 B
C++
#ifndef CONVEX_POLYHEDRON_CL
|
|
#define CONVEX_POLYHEDRON_CL
|
|
|
|
#include "Bullet3Common/b3Transform.h"
|
|
#include "Bullet3Collision/NarrowPhaseCollision/shared/b3ConvexPolyhedronData.h"
|
|
|
|
#endif //CONVEX_POLYHEDRON_CL
|