mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-21 05:04:45 +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
|
|
|