#include "TextureFactory.h"
namespace charcoal
{
std::list<Texture> TextureFactory::m_textures;
std::list<Sampler> TextureFactory::m_samplers;
}