SparrowRenderer/texture.cpp

13 lines
73 B
C++

#include "texture.h"
Texture::Texture()
{
}
Texture::~Texture()
{
}