mirror of https://github.com/WerWolv/ImHex.git
8 lines
145 B
C
8 lines
145 B
C
![]() |
#pragma once
|
||
|
|
||
|
#if defined(OS_WEB)
|
||
|
#define GLFW_INCLUDE_ES3
|
||
|
#include <GLES3/gl3.h>
|
||
|
#else
|
||
|
#include <imgui_impl_opengl3_loader.h>
|
||
|
#endif
|