summaryrefslogtreecommitdiff
path: root/texturepng.h
diff options
context:
space:
mode:
Diffstat (limited to 'texturepng.h')
-rwxr-xr-xtexturepng.h8
1 files changed, 0 insertions, 8 deletions
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_