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

7 lines
176 B
C++

#ifndef GYROSCOPIC_SETUP_H
#define GYROSCOPIC_SETUP_H
class CommonExampleInterface* GyroscopicCreateFunc(struct CommonExampleOptions& options);
#endif //GYROSCOPIC_SETUP_H