Example #1
0
bool Brush::operator<( const Brush &t )const{
	return memcmp( &getRenderState(),&t.getRenderState(),sizeof(BBScene::RenderState) )<0;
}