diff options
Diffstat (limited to 'source/EditorUtils.hpp')
-rw-r--r-- | source/EditorUtils.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/EditorUtils.hpp b/source/EditorUtils.hpp index d832447..88d78ac 100644 --- a/source/EditorUtils.hpp +++ b/source/EditorUtils.hpp @@ -1,12 +1,11 @@ #pragma once #include "Color.hpp" +#include "EditorGuizmo.hpp" #include <imgui.h> #include <string> -#include <ImGuizmo.h> - // To check whether a payload is of this type, use starts_with() #define BRUSSEL_TAG_PREFIX_GameObject "GameObject" #define BRUSSEL_TAG_PREFIX_Ires "Ires" |