summaryrefslogtreecommitdiff
path: root/texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'texture.h')
-rwxr-xr-xtexture.h14
1 files changed, 0 insertions, 14 deletions
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_