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