Bindings: Improved FreeGLUT support for MinGW (#3004)

This commit is contained in:
Konstantin Podsvirov
2020-01-27 12:11:29 +01:00
committed by omar
parent f6da5000bf
commit b887259974
3 changed files with 14 additions and 3 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
// !!! Nowadays, prefer using GLFW or SDL instead!
#include "imgui.h"
#include "../imgui_impl_glut.h"
#include "../imgui_impl_opengl2.h"
#include "imgui_impl_glut.h"
#include "imgui_impl_opengl2.h"
#ifdef __APPLE__
#include <GLUT/glut.h>
#else