12 lines
159 B
C++
12 lines
159 B
C++
#include "CompoundJoint.h"
|
|
|
|
using namespace MbD;
|
|
|
|
MbD::CompoundJoint::CompoundJoint()
|
|
{
|
|
}
|
|
|
|
MbD::CompoundJoint::CompoundJoint(const char* str) : Joint(str)
|
|
{
|
|
}
|