9 lines
161 B
C++
9 lines
161 B
C++
#include "ASMTRevoluteJoint.h"
|
|
|
|
using namespace MbD;
|
|
|
|
std::shared_ptr<Joint> MbD::ASMTRevoluteJoint::mbdClassNew()
|
|
{
|
|
return CREATE<RevoluteJoint>::With();
|
|
}
|