mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-07 02:48:30 +00:00
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
|
|
|