2015-04-22 20:02:27 +00:00
|
|
|
|
|
|
|
#ifndef MULTI_DOF_DEMO_H
|
|
|
|
#define MULTI_DOF_DEMO_H
|
|
|
|
|
2018-09-23 21:17:31 +00:00
|
|
|
class CommonExampleInterface* MultiDofCreateFunc(struct CommonExampleOptions& options);
|
2015-04-22 20:02:27 +00:00
|
|
|
|
2018-09-23 21:17:31 +00:00
|
|
|
#endif //MULTI_DOF_DEMO_H
|