#pragma once #include "PrescribedMotion.h" namespace MbD { class ZRotation : public PrescribedMotion { }; }