mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-28 14:59:31 -05:00
Allow unique input to the GUI
Move GUI from RenderEngine to OpenSpace engine
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
namespace openspace {
|
||||
|
||||
// Forward declare to minimize dependencies
|
||||
class GUI;
|
||||
class SyncBuffer;
|
||||
class LuaConsole;
|
||||
|
||||
@@ -95,6 +95,7 @@ private:
|
||||
scripting::ScriptEngine _scriptEngine;
|
||||
ghoul::cmdparser::CommandlineParser _commandlineParser;
|
||||
LuaConsole _console;
|
||||
GUI* _gui;
|
||||
|
||||
SyncBuffer* _syncBuffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user