From 8e0a72184085aa6e3e741ad5d79f5db2e63d63a6 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sat, 2 Oct 2010 03:43:27 +0200 Subject: Replaced TextureSDL with TextureSTBI. --- texturestbi.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 texturestbi.h (limited to 'texturestbi.h') 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_ -- cgit v1.2.3