From 77361abc13c02469d41af5d937adf517ac5326b9 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sat, 27 Feb 2010 23:48:41 +0100 Subject: Added SDL_image based texture loader. --- texturesdl.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 texturesdl.h (limited to 'texturesdl.h') diff --git a/texturesdl.h b/texturesdl.h new file mode 100755 index 0000000..6b2eff2 --- /dev/null +++ b/texturesdl.h @@ -0,0 +1,8 @@ +#ifndef _TEXTURESDL_H_ +#define _TEXTURESDL_H_ +#include "texture.h" +class TextureSDL : public Texture { + public: + TextureSDL(const char* filename); +}; +#endif // _TEXTURESDL_H_ -- cgit v1.2.3