rename ExampleInterface -> CommonExampleInterface to be a little bit more consistent in 'CommonInterfaces' naming
This commit is contained in:
@@ -10,7 +10,7 @@ public:
|
||||
OpenGLExampleBrowser(class ExampleEntries* examples);
|
||||
virtual ~OpenGLExampleBrowser();
|
||||
|
||||
virtual ExampleInterface* getCurrentExample();
|
||||
virtual CommonExampleInterface* getCurrentExample();
|
||||
|
||||
virtual bool init(int argc, char* argv[]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user