We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a928d3d commit 44866dfCopy full SHA for 44866df
src/platform/platform.hpp
@@ -2,6 +2,9 @@
2
3
#include <imgui.h>
4
#include <imgui_internal.h>
5
+#ifdef __APPLE__
6
+#include <OpenGL/gl.h>
7
+#endif
8
9
ImRect& getGDWindowRect();
10
bool& shouldPassEventsToGDButTransformed();
0 commit comments