// // Created by kyle on 2023-10-04. // #ifndef KGE_IMGUI_H #define KGE_IMGUI_H #include "imgui/imgui.h" #include "imgui/imgui_impl_opengl3.h" #include "imgui/imgui_impl_opengl3_loader.h" #include "imgui/imgui_impl_glfw.h" #endif //KGE_IMGUI_H