changes to get macos building

This commit is contained in:
Tanishq Dubey 2024-06-12 16:27:32 -04:00
parent d5c557785d
commit e34e38778e
2 changed files with 3 additions and 4 deletions

View File

@ -14,7 +14,7 @@ Collapsed=0
[Window][Main]
Pos=0,0
Size=1654,1186
Size=2560,1532
Collapsed=0
[Window][Help]

View File

@ -77,9 +77,8 @@ using namespace gl;
#elif defined(IMGUI_IMPL_OPENGL_LOADER_EPOXY)
#include <epoxy/gl.h>
#else
#include <SDL2/SDL_opengl.h>
#include <SDL2/SDL_opengles2.h>
#include <SDL2/SDL_opengles2_gl2.h>
#include <OpenGL/gl.h>
#include <OpenGL/gl3.h>
#endif
#endif