1
0
Fork 0
spectre/include/Spectre/Graphics/OpenGL.h
2016-01-10 09:26:43 +01:00

15 lines
No EOL
228 B
C

#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 */
#endif /* SPECTRE_OPENGL_H */