mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 21:30:09 +00:00
8 lines
171 B
C
8 lines
171 B
C
|
#ifndef TEST_PENDULUM_H
|
||
|
#define TEST_PENDULUM_H
|
||
|
|
||
|
class CommonExampleInterface* TestPendulumCreateFunc(struct CommonExampleOptions& options);
|
||
|
|
||
|
#endif //TEST_PENDULUM_H
|
||
|
|