From 6a5c90864dcddd924488c4b5ded34ab6bd7863dd Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 31 Aug 2023 14:00:32 -0400 Subject: first pass add ImGui console --- src/window.hpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/window.hpp') diff --git a/src/window.hpp b/src/window.hpp index a3cebf4..d9fc23f 100644 --- a/src/window.hpp +++ b/src/window.hpp @@ -1,8 +1,12 @@ #ifndef PKE_WINDOW_HPP #define PKE_WINDOW_HPP -#include "memory.hpp" #include "asset-manager.hpp" +#include "backends/imgui_impl_glfw.h" +#include "backends/imgui_impl_vulkan.h" +#include "event.hpp" +#include "imgui.h" +#include "memory.hpp" #include #include @@ -10,9 +14,6 @@ #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