mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 13:50:04 +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
|
||
|
|