2015-04-16 16:55:32 +00:00
|
|
|
|
|
|
|
#ifndef GYROSCOPIC_SETUP_H
|
|
|
|
#define GYROSCOPIC_SETUP_H
|
|
|
|
|
2018-09-23 21:17:31 +00:00
|
|
|
class CommonExampleInterface* GyroscopicCreateFunc(struct CommonExampleOptions& options);
|
2015-04-16 16:55:32 +00:00
|
|
|
|
2018-09-23 21:17:31 +00:00
|
|
|
#endif //GYROSCOPIC_SETUP_H
|