summaryrefslogtreecommitdiff
path: root/shader.h
diff options
context:
space:
mode:
Diffstat (limited to 'shader.h')
-rw-r--r--shader.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/shader.h b/shader.h
index d4ad263..9048fe6 100644
--- a/shader.h
+++ b/shader.h
@@ -1,16 +1,10 @@
#ifndef _SHADER_H_
#define _SHADER_H_
-#include <iostream>
#include <string>
+
#define GL_GLEXT_PROTOTYPES
-#ifndef __APPLE__
-#include <GL/gl.h>
-#include <GL/glu.h>
-#else
-#include <OpenGL/gl.h>
-#include <OpenGL/glu.h>
-#endif
+#include <SFML/Window/OpenGL.hpp>
class GLBaseShader {
friend class GLShaderProgram;