diff options
author | pixel <pixel> | 2002-11-17 18:11:58 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-11-17 18:11:58 +0000 |
commit | 718ca1d8dda36c276bd5ca5b6f0a833f61f9e5d5 (patch) | |
tree | a165c72b5bba9f9e375c488bc454d3f12655ea31 /includes/gltexture.h | |
parent | ca6d6b9117fb3f5667b4167c22ec058cdc55d1e4 (diff) |
Daily.
Diffstat (limited to 'includes/gltexture.h')
-rw-r--r-- | includes/gltexture.h | 1 |
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; |