Fix bad OpenGL bu

This commit is contained in:
AlexandreRouma
2022-01-22 18:13:46 +01:00
parent 6dc97de57b
commit 9d7c1369ca
5 changed files with 14 additions and 16 deletions

View File

@ -2,10 +2,7 @@
#include <imgui/imgui.h>
#include <string>
#ifdef _WIN32
#include <windows.h>
#endif
#include <GL/gl.h>
#include <utils/opengl_include_code.h>
namespace icons {
extern ImTextureID LOGO;