summaryrefslogtreecommitdiff
path: root/texturestbi.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2010-10-05 07:00:04 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2010-10-05 07:00:04 +0200
commitf88411abc7150ed209efcb6180503f0c6f7c8ef6 (patch)
tree3c5b38c16a125ad26e6aef74c8a8c5cb85d43205 /texturestbi.h
parent4e5f45f47fa3568f6b081d56f9e7119367fc775c (diff)
Moved texture loading into base Texture class.
Diffstat (limited to 'texturestbi.h')
-rw-r--r--texturestbi.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/texturestbi.h b/texturestbi.h
deleted file mode 100644
index ebb6d9d..0000000
--- a/texturestbi.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef _TEXTURESOIL_H_
-#define _TEXTURESOIL_H_
-#include "texture.h"
-class TextureSTBI : public Texture {
- public:
- TextureSTBI(const char* filename);
-};
-#endif // _TEXTURESOIL_H_