23 lines
273 B
Ada
23 lines
273 B
Ada
|
|
|
|
|
|
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;
|