Interface for objects that can move (have an engine)
Definition: movable_object.h:35
virtual CPhysics * GetPhysics()=0
Returns CPhysics instance associated with this object. If the object implements Movable interface...
ObjectInterfaceType enum.
virtual CMotion * GetMotion()=0
Returns CMotion instance associated with this object. If the object implements Movable interface...