From 242317c1f7f2a6abdfbdbc99d5297539bbdc842f Mon Sep 17 00:00:00 2001 From: hnOsmium0001 Date: Sat, 30 Apr 2022 13:55:20 -0700 Subject: 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