15 #include "config_ode.h"
16 #include "odeNullJoint.h"
21 OdeNullJoint(dJointID
id) :
27 OdeJoint(dJointCreateNull(world.get_id(), 0)) {
32 OdeJoint(dJointCreateNull(world.get_id(), joint_group.get_id())) {
TypeHandle is the identifier used to differentiate C++ class types.