Renamed OpenSpaceModule's initialize method to create

Created new initialize method that gets called in OpenSpaceEngine initialize
This commit is contained in:
Alexander Bock
2015-06-22 23:09:19 +02:00
parent 978b535a2f
commit 5227ce2213
17 changed files with 69 additions and 32 deletions
+3
View File
@@ -33,6 +33,9 @@ class OpenSpaceModule;
class ModuleEngine {
public:
bool create();
bool destroy();
bool initialize();
bool deinitialize();