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