mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-07-12 17:19:41 +00:00
8 lines
234 B
C++
8 lines
234 B
C++
#ifndef MULTIBODY_CONSTRAINT_FEEDBACK_H
|
|
#define MULTIBODY_CONSTRAINT_FEEDBACK_H
|
|
|
|
class CommonExampleInterface* MultiBodyConstraintFeedbackCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //MULTIBODY_CONSTRAINT_FEEDBACK_H
|
|
|