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