Moving onscreen gui into its own module

This commit is contained in:
Alexander Bock
2015-05-26 22:52:12 +02:00
parent 4dddafcec9
commit 77cc5dba49
37 changed files with 224 additions and 51 deletions

View File

@@ -25,7 +25,8 @@
#ifndef __OPENSPACEENGINE_H__
#define __OPENSPACEENGINE_H__
#include <openspace/gui/gui.h>
#include <ghoul/glm.h>
#include <ghoul/misc/dictionary.h>
#include <string>
#include <vector>
@@ -49,6 +50,9 @@ class ModuleEngine;
namespace interaction {
class InteractionHandler;
}
namespace gui {
class GUI;
}
namespace scripting {
class ScriptEngine;
}