kge/GUI.cc

17 lines
118 B
C++

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