diff options
author | pixel <pixel> | 2002-12-09 01:39:02 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-12-09 01:39:02 +0000 |
commit | 8125f1f4ee8215a4486acd514b1c96a2957fa809 (patch) | |
tree | 37a3e2dbe1ac003ad33e684f5a953af159d207f4 /include | |
parent | 4fde43181e0c726a1e0de1e26ffe1983774d1ed0 (diff) |
zou, some changes.
Diffstat (limited to 'include')
-rw-r--r-- | include/gltexture.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gltexture.h b/include/gltexture.h index 7305eb5..1e4c3d2 100644 --- a/include/gltexture.h +++ b/include/gltexture.h @@ -16,11 +16,12 @@ namespace mogltk { GLuint GetWidth(); GLuint GetHeight(); static void Unbind(void); + void Taint(void); private: GLuint width, height, tex; bool texture_allocated; SDL_Surface * surface; - bool planar; + bool planar, tainted; #ifdef TRACE_TEXTURES static texture * header; static texture * footer; |