Skip to content

Commit

Permalink
Update to glew
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Dec 2, 2023
1 parent fae4c1b commit 457e01c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/vuelto/vuelto/tools/definitions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <OpenGL/gl3.h> // For macOS
#elif defined _WIN32 || defined _WIN64
#else
#include <GL/gl3.h> // For other platforms
#include <GL/glew.h> // For other platforms
#endif

#include "../vendor/GLFW/glfw3.h"
2 changes: 1 addition & 1 deletion src/vuelto/tools/definitions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <OpenGL/gl3.h> // For macOS
#elif defined _WIN32 || defined _WIN64
#else
#include <GL/gl.h> // For other platforms
#include <GL/glew.h> // For other platforms
#endif

#include "../vendor/GLFW/glfw3.h"

0 comments on commit 457e01c

Please sign in to comment.