From bf452e7f6a3fa0e41964fc8e2c57e1e577cd1682 Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 20 Jun 2004 23:51:59 +0000 Subject: Put some modifications in the overall. Font to texture doesn't work though. --- include/texture.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/texture.h') diff --git a/include/texture.h b/include/texture.h index b558694..3b60e5b 100644 --- a/include/texture.h +++ b/include/texture.h @@ -23,17 +23,17 @@ namespace mogltk { GLuint GetHeight(); static void Unbind(void); void Taint(void); + static void Taintall(void); private: GLuint width, height, tex; bool texture_allocated; SDL_Surface * surface; bool planar, tainted; -#ifdef TRACE_TEXTURES static texture * header; static texture * footer; texture * next, * prev; -#endif static texture * active; + void recTaint(void); }; }; -- cgit v1.2.3