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