mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-01 11:33:48 +00:00
6 lines
183 B
C++
6 lines
183 B
C++
#ifndef TEST_HINGE_TORQUE_H
|
|
#define TEST_HINGE_TORQUE_H
|
|
|
|
class CommonExampleInterface* TestHingeTorqueCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //TEST_HINGE_TORQUE_H
|