| 1010 | |
| 1011 | |
| 1012 | dxJoint * dJointCreateNull (dWorldID w, dJointGroupID group) |
| 1013 | { |
| 1014 | // dAASSERT (w); |
| 1015 | return createJoint (w,group,&__dnull_vtable); |
| 1016 | } |
| 1017 | |
| 1018 | |
| 1019 | dxJoint * dJointCreateAMotor (dWorldID w, dJointGroupID group) |
no test coverage detected