예제 #1
0
bool Texture::CheckCollision( const Texture &other ) const
{
	return CheckCollision( other.GetRect() );
}