Example #1
0
bool TextureFileNameCompare(const boost::shared_ptr<GG::Texture> t1, const boost::shared_ptr<GG::Texture> t2)
{ return t1 && t2 && t1->Filename() < t2->Filename(); }