summaryrefslogtreecommitdiff
path: root/texturestbi.h
diff options
context:
space:
mode:
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_