summaryrefslogtreecommitdiff
path: root/include/texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/texture.h')
-rw-r--r--include/texture.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/texture.h b/include/texture.h
index 879adce..228f016 100644
--- a/include/texture.h
+++ b/include/texture.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: texture.h,v 1.10 2006-01-31 17:02:39 pixel Exp $ */
+/* $Id: texture.h,v 1.11 2006-02-02 17:29:04 pixel Exp $ */
#ifndef __TEXTURE_H__
#define __TEXTURE_H__
@@ -48,6 +48,9 @@ namespace mogltk {
void Taint(void);
static void Taintall(void);
void DumpBMP(const String &);
+
+ String name;
+
private:
GLuint width, height, tex;
bool texture_allocated;