diff options
author | hnOsmium0001 <[email protected]> | 2022-05-07 15:36:35 -0700 |
---|---|---|
committer | hnOsmium0001 <[email protected]> | 2022-05-07 15:36:35 -0700 |
commit | 18b0c0e122f04b840f563862c5c1e4b2934b55c1 (patch) | |
tree | dfe167f5829a8c238584ef123691bc88f54251b3 /source/EditorUtils.hpp | |
parent | d98a4159d86406a47628aa58bae9f3308fea4fd0 (diff) |
Fix camera view matrix, [WIP] guizmo
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" |