From 541c00c93fcd98f766cce661aa83ef4ffe713e57 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 28 Mar 2003 12:30:26 +0000 Subject: First part of the backend separation --- include/gltexture.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 include/gltexture.h (limited to 'include/gltexture.h') diff --git a/include/gltexture.h b/include/gltexture.h deleted file mode 100644 index a5137db..0000000 --- a/include/gltexture.h +++ /dev/null @@ -1,28 +0,0 @@ -#ifndef __GLTEXTURE_H__ -#define __GLTEXTURE_H__ - -#include -#include -#include -#include -#include -#include - -namespace mogltk { - class gltexture : public texture { - public: - gltexture(int = 256, int = 256, bool = false) throw (GeneralException); - gltexture(Handle *, bool = false) throw (GeneralException); - virtual ~gltexture(); - void Generate(); - void Taint(); - void Bind(bool = true); - static void Unbind(void); - private: - GLuint tex; - bool texture_allocated, planar, tainted; - static gltexture * active; - }; -}; - -#endif -- cgit v1.2.3