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