CSC8503_Advanced_Game_Technologies / Common / TextureBase.cpp
TextureBase.cpp
Raw
#include "TextureBase.h"
using namespace NCL;
using namespace Rendering;

TextureBase::TextureBase()
{
}


TextureBase::~TextureBase()
{
}