Torque3D/Engine/lib/bullet/examples/MultiBody/InvertedPendulumPDControl.h

8 lines
229 B
C
Raw Permalink Normal View History

2022-05-14 03:42:41 +00:00
#ifndef INVERTED_PENDULUM_PD_CONTROL_H
#define INVERTED_PENDULUM_PD_CONTROL_H
class CommonExampleInterface* InvertedPendulumPDControlCreateFunc(struct CommonExampleOptions& options);
#endif //INVERTED_PENDULUM_PD_CONTROL_H