From 19b6628549c8b80f23976d9b42f2cd853989422c Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Tue, 9 Feb 2010 11:38:58 +0100 Subject: Initial commit. --- texturepng.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 texturepng.h (limited to 'texturepng.h') diff --git a/texturepng.h b/texturepng.h new file mode 100755 index 0000000..9236d39 --- /dev/null +++ b/texturepng.h @@ -0,0 +1,8 @@ +#ifndef _TEXTUREPNG_H_ +#define _TEXTUREPNG_H_ +#include "texture.h" +class TexturePNG : public Texture { + public: + TexturePNG(const char* filename); +}; +#endif // _TEXTUREPNG_H_ -- cgit v1.2.3