Add initial prototype.
This commit is contained in:
22
3-mid/physics/interface/source/motor/physics-motor.adb
Normal file
22
3-mid/physics/interface/source/motor/physics-motor.adb
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
|
||||
|
||||
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;
|
||||
Reference in New Issue
Block a user