mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-07-11 00:28:56 +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
|
|
|