rename ExampleInterface -> CommonExampleInterface to be a little bit more consistent in 'CommonInterfaces' naming
This commit is contained in:
@@ -123,7 +123,7 @@ void GyroscopicSetup::physicsDebugDraw(int debugFlags)
|
||||
}
|
||||
|
||||
|
||||
class ExampleInterface* GyroscopicCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option)
|
||||
class CommonExampleInterface* GyroscopicCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option)
|
||||
{
|
||||
return new GyroscopicSetup(helper);
|
||||
}
|
||||
@@ -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