summaryrefslogtreecommitdiff
path: root/texture.cpp
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2010-10-05 06:58:23 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2010-10-05 06:58:23 +0200
commit4e5f45f47fa3568f6b081d56f9e7119367fc775c (patch)
treeff3f3e9f7f73a741b5dbf8d614e48a0643301e53 /texture.cpp
parent8e0a72184085aa6e3e741ad5d79f5db2e63d63a6 (diff)
Added OpenGL header wrapper.
Diffstat (limited to 'texture.cpp')
-rw-r--r--texture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/texture.cpp b/texture.cpp
index 52ed861..4c9cb6d 100644
--- a/texture.cpp
+++ b/texture.cpp
@@ -1,6 +1,6 @@
-#include <SFML/Window/OpenGL.hpp>
#include <stdexcept>
#include "texture.h"
+#include "gl.h"
void Texture::bind() const {
glBindTexture(GL_TEXTURE_2D, texture);