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