mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-22 08:03:45 +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
|
||
|
|
|