mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 23:35:45 +00:00
7 lines
231 B
C
7 lines
231 B
C
|
|
#ifndef MULTIBODY_CONSTRAINT_FEEDBACK_H
|
||
|
|
#define MULTIBODY_CONSTRAINT_FEEDBACK_H
|
||
|
|
|
||
|
|
class CommonExampleInterface* MultiBodyConstraintFeedbackCreateFunc(struct CommonExampleOptions& options);
|
||
|
|
|
||
|
|
#endif //MULTIBODY_CONSTRAINT_FEEDBACK_H
|