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