mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
7 lines
No EOL
198 B
C
7 lines
No EOL
198 B
C
#define GL_SILENCE_DEPRECATION
|
|
#if defined(IMGUI_IMPL_OPENGL_ES2)
|
|
#include <GLES2/gl2.h>
|
|
#else
|
|
#include "imgui/imgui_impl_opengl2.h"
|
|
#endif
|
|
#include <GLFW/glfw3.h> // Will drag system OpenGL headers |