summaryrefslogtreecommitdiff
path: root/includes/gltexture.h
diff options
context:
space:
mode:
authorpixel <pixel>2002-11-17 18:11:58 +0000
committerpixel <pixel>2002-11-17 18:11:58 +0000
commit718ca1d8dda36c276bd5ca5b6f0a833f61f9e5d5 (patch)
treea165c72b5bba9f9e375c488bc454d3f12655ea31 /includes/gltexture.h
parentca6d6b9117fb3f5667b4167c22ec058cdc55d1e4 (diff)
Daily.
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;