From 45a3362d993b5260387afbc1e2dbdcb704a57735 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 14 May 2018 16:27:55 +0200 Subject: [PATCH] include/Spectre/Graphics/OpenGL.h: include GLAD instead of glew. --- include/Spectre/Graphics/OpenGL.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/include/Spectre/Graphics/OpenGL.h b/include/Spectre/Graphics/OpenGL.h index e2b2785..a07a687 100644 --- a/include/Spectre/Graphics/OpenGL.h +++ b/include/Spectre/Graphics/OpenGL.h @@ -2,14 +2,6 @@ #ifndef SPECTRE_OPENGL_H #define SPECTRE_OPENGL_H -#ifdef _WIN32 - - #ifdef _MSC_VER - #include - #endif /* !_MSC_VER */ - - #include "GL/glew.h" - #include "GL/wglew.h" -#endif /* !_WIN32 */ +#include #endif /* SPECTRE_OPENGL_H */ \ No newline at end of file