rename ExampleInterface -> CommonExampleInterface to be a little bit more consistent in 'CommonInterfaces' naming
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
#ifndef GYROSCOPIC_SETUP_H
|
||||
#define GYROSCOPIC_SETUP_H
|
||||
|
||||
class ExampleInterface* GyroscopicCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
|
||||
class CommonExampleInterface* GyroscopicCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
|
||||
|
||||
#endif //GYROSCOPIC_SETUP_H
|
||||
|
||||
Reference in New Issue
Block a user