summaryrefslogtreecommitdiff
path: root/engine/texture.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2010-06-13 16:36:03 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2010-06-13 16:36:03 +0200
commit6f565ce1110d7f53defe3895255a456fd8adcd4f (patch)
tree18071de2231295f4861cb4c603724fdb6febf291 /engine/texture.h
parentb4472061c4c23b59a6d4c52e34eb38e68d766807 (diff)
Moved more stuff.
Diffstat (limited to 'engine/texture.h')
-rw-r--r--engine/texture.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/engine/texture.h b/engine/texture.h
deleted file mode 100644
index c88104f..0000000
--- a/engine/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 format;
- unsigned int texture;
-};
-#endif // _TEXTURE_H_