// // Created by kyle on 2023-10-04. // #ifndef KGE_GUI_H #define KGE_GUI_H #include "imgui.h" #include #include void InitGUI(); #endif //KGE_GUI_H