summaryrefslogtreecommitdiff
path: root/engine/texturesdl.h
blob: 6b2eff2eeb2c2aaac42327be2167cbbb400dd3fd (plain)
1
2
3
4
5
6
7
8
#ifndef _TEXTURESDL_H_
#define _TEXTURESDL_H_
#include "texture.h"
class TextureSDL : public Texture {
	public:
		TextureSDL(const char* filename);
};
#endif // _TEXTURESDL_H_