From 453e1df6fb7a5847c8a5b26bd8479451091fb69d Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 30 Apr 2022 13:55:20 -0700 Subject: Changeset: 20 Add ImGuizmo for GameObjects, start to make things actually render --- source/EditorUtils.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/EditorUtils.cpp') diff --git a/source/EditorUtils.cpp b/source/EditorUtils.cpp index 488d345..39d66fb 100644 --- a/source/EditorUtils.cpp +++ b/source/EditorUtils.cpp @@ -4,6 +4,8 @@ #include #include +#include +#include const char* ImGui::GetKeyNameGlfw(int key) { return GetKeyName(ImGui_ImplGlfw_KeyToImGuiKey(key)); -- cgit v1.2.3-70-g09d2