// // Created by kyle on 2023-10-04. // #include "GUI.h" static struct { ImGuiIO *io; } gui; void InitGUI() { }