8 lines
212 B
C++
8 lines
212 B
C++
|
|
#ifndef GYROSCOPIC_SETUP_H
|
|
#define GYROSCOPIC_SETUP_H
|
|
|
|
class ExampleInterface* GyroscopicCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
|
|
|
|
#endif //GYROSCOPIC_SETUP_H
|