bullet3/examples/MultiBody/InvertedPendulumPDControl.h
2015-07-16 23:58:36 -07:00

8 lines
229 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