mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-01 10:31:01 +00:00
8 lines
204 B
C
8 lines
204 B
C
|
|
#ifndef TEST_JOINT_TORQUE_SETUP_H
|
||
|
|
#define TEST_JOINT_TORQUE_SETUP_H
|
||
|
|
|
||
|
|
class CommonExampleInterface* TestJointTorqueCreateFunc(struct CommonExampleOptions& options);
|
||
|
|
|
||
|
|
#endif //TEST_JOINT_TORQUE_SETUP_H
|
||
|
|
|