From c91de71d69265a0d619b25d0c04ae1adb0785f33 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sun, 13 Jun 2010 18:47:00 +0200 Subject: Using wriggle. --- texture.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 texture.h (limited to 'texture.h') diff --git a/texture.h b/texture.h deleted file mode 100755 index 14e500f..0000000 --- a/texture.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef _TEXTURE_H_ -#define _TEXTURE_H_ -class Texture { - public: - unsigned int tex(); - protected: - void build(); - unsigned char* data; - unsigned int width; - unsigned int height; - unsigned int byte_per_pixel; - unsigned int texture; -}; -#endif // _TEXTURE_H_ -- cgit v1.2.3