2015-04-16 16:55:32 +00:00
|
|
|
|
|
|
|
#ifndef GYROSCOPIC_SETUP_H
|
|
|
|
#define GYROSCOPIC_SETUP_H
|
|
|
|
|
2015-05-01 18:42:14 +00:00
|
|
|
class CommonExampleInterface* GyroscopicCreateFunc(struct CommonExampleOptions& options);
|
2015-04-16 16:55:32 +00:00
|
|
|
|
|
|
|
#endif //GYROSCOPIC_SETUP_H
|