rename ExampleInterface -> CommonExampleInterface to be a little bit more consistent in 'CommonInterfaces' naming
This commit is contained in:
@@ -128,7 +128,7 @@ void BasicExample::renderScene()
|
||||
|
||||
|
||||
|
||||
ExampleInterface* BasicExampleCreateFunc(PhysicsInterface* pint, GUIHelperInterface* helper, int option)
|
||||
CommonExampleInterface* BasicExampleCreateFunc(PhysicsInterface* pint, GUIHelperInterface* helper, int option)
|
||||
{
|
||||
return new BasicExample(helper);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user