blob: c00f2759df03eb486db356bf63a2ec51636c3582 (
plain)
1
2
3
4
5
6
|
#ifndef GENERIC_6DOF_SPRING2_CONSTRAINT_TUTORIAL_H
#define GENERIC_6DOF_SPRING2_CONSTRAINT_TUTORIAL_H
class CommonExampleInterface* Dof6ConstraintTutorialCreateFunc(struct CommonExampleOptions& options);
#endif //GENERIC_6DOF_SPRING2_CONSTRAINT_TUTORIAL_H
|