Move imgui file to its own folder

This commit is contained in:
Alexander Bock
2014-12-18 17:21:20 +01:00
parent e45813dd91
commit 55a3c43db4
7 changed files with 11 additions and 6 deletions

View File

@@ -29,7 +29,7 @@
#include <openspace/interaction/luaconsole.h>
#include <openspace/rendering/renderengine.h>
#include <openspace/engine/configurationmanager.h>
#include <openspace/engine/gui.h>
#include <openspace/gui/gui.h>
#include <ghoul/cmdparser/commandlineparser.h>
namespace openspace {