9 lines
211 B
C++
9 lines
211 B
C++
|
|
#ifndef MULTI_DOF_DEMO_H
|
|
#define MULTI_DOF_DEMO_H
|
|
|
|
class CommonExampleInterface* MultiDofCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
|
|
|
|
#endif //MULTI_DOF_DEMO_H
|
|
|