mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 05:40:05 +00:00
8 lines
229 B
C++
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
|
|
|