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