Files
axyz/include/Engine/OpenGL.h
T
2015-11-30 17:02:24 +01:00

7 lines
151 B
C

// OpenGL
#include <GL/glew.h>
#define GLFW_INCLUDE_GLU
#define NOMINMAX
#include <GLFW/glfw3.h>
#include <glext.h>
#include "Rendering/Util/GLError.h"