mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
8 lines
186 B
C
8 lines
186 B
C
|
|
#ifndef TEST_HINGE_TORQUE_H
|
||
|
|
#define TEST_HINGE_TORQUE_H
|
||
|
|
|
||
|
|
class CommonExampleInterface* TestHingeTorqueCreateFunc(struct CommonExampleOptions& options);
|
||
|
|
|
||
|
|
#endif //TEST_HINGE_TORQUE_H
|
||
|
|
|