mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 18:56:16 +03:00
8 lines
176 B
C++
8 lines
176 B
C++
|
|
#ifndef GYROSCOPIC_SETUP_H
|
|
#define GYROSCOPIC_SETUP_H
|
|
|
|
class CommonExampleInterface* GyroscopicCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //GYROSCOPIC_SETUP_H
|