summaryrefslogtreecommitdiff
path: root/texturepng.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2010-06-13 18:47:00 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2010-06-13 18:47:00 +0200
commitc91de71d69265a0d619b25d0c04ae1adb0785f33 (patch)
tree83176a79b8ed2d83f962758972e5a37a69d8259d /texturepng.h
parenta6417af853180b5568c7f96c903057dd2c454204 (diff)
Using wriggle.HEADmaster
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_