First implementation of moving the startup scripts into the scene description files

This commit is contained in:
Alexander Bock
2016-04-27 16:46:31 +02:00
parent 25702a787f
commit 75175512a8
6 changed files with 66 additions and 23 deletions
+2 -2
View File
@@ -104,7 +104,7 @@ public:
void enableBarrier();
void disableBarrier();
void runSettingsScripts();
void runSettingsScripts(const std::string& sceneDescription);
private:
OpenSpaceEngine(std::string programName, std::unique_ptr<WindowWrapper> windowWrapper);
@@ -115,7 +115,7 @@ private:
bool loadSpiceKernels();
void loadFonts();
void runScripts(const ghoul::Dictionary& scripts);
void runStartupScripts();
void runStartupScripts(const std::string& sceneDescription);
void configureLogging();
// Components