From 8125f1f4ee8215a4486acd514b1c96a2957fa809 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 9 Dec 2002 01:39:02 +0000 Subject: zou, some changes. --- include/gltexture.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3