10 lines
122 B
C++
10 lines
122 B
C++
#pragma once
|
|
#include "PrescribedMotion.h"
|
|
|
|
namespace MbD {
|
|
class ZRotation : public PrescribedMotion
|
|
{
|
|
};
|
|
}
|
|
|