We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f759a commit 931010eCopy full SHA for 931010e
1 file changed
Tetragrama/Components/DockspaceUIComponent.cpp
@@ -1,4 +1,3 @@
1
-#include <ImGuizmo.h>
2
#include <Tetragrama/Components/DockspaceUIComponent.h>
3
#include <Tetragrama/Editor.h>
4
#include <Tetragrama/Helpers/UIComponentDrawerHelper.h>
@@ -8,6 +7,8 @@
8
7
#include <Tetragrama/Messengers/Messenger.h>
9
#include <ZEngine/Logging/LoggerDefinition.h>
10
#include <fmt/format.h>
+#include <imgui.h>
11
+#include <ImGuizmo.h>
12
13
namespace fs = std::filesystem;
14
0 commit comments