SparrowRenderer/texture.h

13 lines
117 B
C++

#ifndef TEXTURE_H
#define TEXTURE_H
class Texture
{
public:
Texture();
~Texture();
};
#endif // TEXTURE_H