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