//----------------------------------------------------------------//
bool MOAICollisionShape::Overlap ( const ZLRect& s0, const ZLRect& s1 ) {

	return s0.Overlap ( s1 );
}