package body physics.Motor is procedure dummy is begin null; end; -- bool Motor::internal_dependsOnSolid(Solid* s) -- { -- return false; -- } -- -- bool Motor::internal_dependsOnJoint(Joint* j) -- { -- return false; -- } -- end physics.Motor;