mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-03 03:21:00 +00:00
8 lines
178 B
C++
8 lines
178 B
C++
|
|
#ifndef GYROSCOPIC_SETUP_H
|
|
#define GYROSCOPIC_SETUP_H
|
|
|
|
class CommonExampleInterface* GyroscopicCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //GYROSCOPIC_SETUP_H
|