Torque3D/Engine/lib/bullet/examples/MultiBody/InvertedPendulumPDControl.h
2022-06-27 10:01:08 -04:00

7 lines
226 B
C++

#ifndef INVERTED_PENDULUM_PD_CONTROL_H
#define INVERTED_PENDULUM_PD_CONTROL_H
class CommonExampleInterface* InvertedPendulumPDControlCreateFunc(struct CommonExampleOptions& options);
#endif //INVERTED_PENDULUM_PD_CONTROL_H