mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +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
|