mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-26 14:08:53 -05:00
Renamed OpenSpaceModule's initialize method to create
Created new initialize method that gets called in OpenSpaceEngine initialize
This commit is contained in:
@@ -33,6 +33,9 @@ class OpenSpaceModule;
|
||||
|
||||
class ModuleEngine {
|
||||
public:
|
||||
bool create();
|
||||
bool destroy();
|
||||
|
||||
bool initialize();
|
||||
bool deinitialize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user