From 8e0a72184085aa6e3e741ad5d79f5db2e63d63a6 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sat, 2 Oct 2010 03:43:27 +0200 Subject: Replaced TextureSDL with TextureSTBI. --- texturesdl.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 texturesdl.h (limited to 'texturesdl.h') diff --git a/texturesdl.h b/texturesdl.h deleted file mode 100644 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