Skip to content

Commit

Permalink
why does this not have opengl types
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Mar 4, 2024
1 parent a928d3d commit 44866df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/platform/platform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

#include <imgui.h>
#include <imgui_internal.h>
#ifdef __APPLE__
#include <OpenGL/gl.h>
#endif

ImRect& getGDWindowRect();
bool& shouldPassEventsToGDButTransformed();
Expand Down

0 comments on commit 44866df

Please # to comment.