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