#include <texturefactory.hpp> struct TextureDeleter { // methods void operator()(Texture* texture) const; };