summaryrefslogtreecommitdiff
path: root/includes/gltexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/gltexture.h')
-rw-r--r--includes/gltexture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/gltexture.h b/includes/gltexture.h
index 84edaa8..a094694 100644
--- a/includes/gltexture.h
+++ b/includes/gltexture.h
@@ -15,6 +15,7 @@ namespace mogltk {
void Bind(bool = true) throw (GeneralException);
GLuint GetWidth();
GLuint GetHeight();
+ static void Unbind(void);
private:
GLuint width, height, tex;
SDL_Surface * surface;