40 #ifndef _physicscylindercollisionshape_cpp
41 #define _physicscylindercollisionshape_cpp
43 #include "Physics/cylindercollisionshape.h"
44 #include "collisionshapemanager.h"
45 #include "stringtool.h"
47 #include "btBulletDynamicsCommon.h"
58 btCylinderShape* CylinderShape;
102 if(!OneName) { MEZZ_EXCEPTION(
Exception::PARAMETERS_EXCEPTION,
"Could not find Name Attribute on CollsionShape Node during preparation for deserialization"); }
158 {
return static_cast<btCylinderShape*
>(
ShapeBase); }
206 {
return String(
"CylinderCollisionShape"); }