From 135aefb1f8f48077fdafb898d547f7afcf027312 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 25 Aug 2023 23:29:38 -0400 Subject: impelemented imgui sans input handling --- src/window.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/window.hpp') diff --git a/src/window.hpp b/src/window.hpp index 3d66ed4..a3cebf4 100644 --- a/src/window.hpp +++ b/src/window.hpp @@ -10,6 +10,9 @@ #include #include #include +#include "backends/imgui_impl_glfw.h" +#include "backends/imgui_impl_vulkan.h" +#include "imgui.h" const unsigned int MAX_FRAMES_IN_FLIGHT = 2; -- cgit v1.2.3