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