summaryrefslogtreecommitdiff
path: root/texturesdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'texturesdl.h')
-rw-r--r--texturesdl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/texturesdl.h b/texturesdl.h
new file mode 100644
index 0000000..6b2eff2
--- /dev/null
+++ b/texturesdl.h
@@ -0,0 +1,8 @@
+#ifndef _TEXTURESDL_H_
+#define _TEXTURESDL_H_
+#include "texture.h"
+class TextureSDL : public Texture {
+ public:
+ TextureSDL(const char* filename);
+};
+#endif // _TEXTURESDL_H_