mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-03 03:49:21 +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
|
|
|