1
0
Fork 0

include/Spectre/Graphics/OpenGL.h: include GLAD instead of glew.

This commit is contained in:
Henrik Hautakoski 2018-05-14 16:27:55 +02:00
parent a1804cd3df
commit 45a3362d99

View file

@ -2,14 +2,6 @@
#ifndef SPECTRE_OPENGL_H
#define SPECTRE_OPENGL_H
#ifdef _WIN32
#ifdef _MSC_VER
#include <Windows.h>
#endif /* !_MSC_VER */
#include "GL/glew.h"
#include "GL/wglew.h"
#endif /* !_WIN32 */
#include <Spectre/Graphics/GL/glad.h>
#endif /* SPECTRE_OPENGL_H */