summaryrefslogtreecommitdiff
path: root/texturepng.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2010-02-09 11:38:58 +0100
committerVegard Storheil Eriksen <zyp@jvnv.net>2010-02-09 11:38:58 +0100
commit19b6628549c8b80f23976d9b42f2cd853989422c (patch)
tree3d8ad793b39c0e96b3bb6d6ca7e0a2555a17a803 /texturepng.h
Initial commit.
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_