From c91de71d69265a0d619b25d0c04ae1adb0785f33 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sun, 13 Jun 2010 18:47:00 +0200 Subject: Using wriggle. --- texturepng.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 texturepng.h (limited to 'texturepng.h') diff --git a/texturepng.h b/texturepng.h deleted file mode 100755 index 9236d39..0000000 --- a/texturepng.h +++ /dev/null @@ -1,8 +0,0 @@ -#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