kge/imgui.h

16 lines
249 B
C
Raw Normal View History

2023-10-05 03:31:39 +00:00
//
// 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"
2023-10-05 03:31:39 +00:00
#endif //KGE_IMGUI_H