1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Bindings: Improved FreeGLUT support for MinGW (#3004)

This commit is contained in:
Konstantin Podsvirov 2020-01-27 14:11:29 +03:00 committed by omar
parent f6da5000bf
commit b887259974
3 changed files with 14 additions and 3 deletions

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