mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-28 15:55:39 +00:00
7 lines
168 B
C
7 lines
168 B
C
|
|
#ifndef TEST_PENDULUM_H
|
||
|
|
#define TEST_PENDULUM_H
|
||
|
|
|
||
|
|
class CommonExampleInterface* TestPendulumCreateFunc(struct CommonExampleOptions& options);
|
||
|
|
|
||
|
|
#endif //TEST_PENDULUM_H
|