From c91de71d69265a0d619b25d0c04ae1adb0785f33 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sun, 13 Jun 2010 18:47:00 +0200 Subject: Using wriggle. --- texturesdl.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 texturesdl.h (limited to 'texturesdl.h') 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_ -- cgit v1.2.3