mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-09 06:48:35 -05:00
Moving onscreen gui into its own module
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user