summaryrefslogtreecommitdiff
path: root/texturestbi.h
diff options
context:
space:
mode:
Diffstat (limited to 'texturestbi.h')
-rw-r--r--texturestbi.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/texturestbi.h b/texturestbi.h
new file mode 100644
index 0000000..ebb6d9d
--- /dev/null
+++ b/texturestbi.h
@@ -0,0 +1,8 @@
+#ifndef _TEXTURESOIL_H_
+#define _TEXTURESOIL_H_
+#include "texture.h"
+class TextureSTBI : public Texture {
+ public:
+ TextureSTBI(const char* filename);
+};
+#endif // _TEXTURESOIL_H_