From 267bebfc227c94f543a39e2aa75fb101bc06932e Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Fri, 21 May 2010 19:24:51 +0200 Subject: Moved engine-sources to seperate subdirectory. --- texture.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 texture.h (limited to 'texture.h') diff --git a/texture.h b/texture.h deleted file mode 100644 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