kge/GUI.h

16 lines
180 B
C

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