#include "CompoundJoint.h" using namespace MbD; MbD::CompoundJoint::CompoundJoint() { } MbD::CompoundJoint::CompoundJoint(const char* str) : Joint(str) { }