Example #1
0
bool operator<(ObjectPtr & a, ObjectPtr & b)
{
	return a->drawPriority() < b->drawPriority();
}