From d6b9953c32b9abc2a96bb2e5b82d8801a1d12cef Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sun, 13 Jun 2010 16:35:25 +0200 Subject: Added more stuff. --- texturesdl.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 texturesdl.h (limited to 'texturesdl.h') diff --git a/texturesdl.h b/texturesdl.h new file mode 100644 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