diff options
author | rtk0c <[email protected]> | 2022-05-07 15:36:35 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-05-07 15:36:35 -0700 |
commit | 7129d65df7b02d7412ee5d56debd5a9c094db5ad (patch) | |
tree | 55b551554d6aba9de7fb004c0c250800dfb87611 /source/EditorUtils.hpp | |
parent | cde94efdd44553f3f6575ce84b44c6799e1a1425 (diff) |
Changeset: 23 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" |